Skip to main content

json_populate_record

Type Alias json_populate_record 

Source
pub type json_populate_record<base, from_json> = json_populate_record<<base as Expression>::SqlType, <from_json as Expression>::SqlType, base, from_json>;
Expand description

Return type of the json_populate_record() SQL function.

Aliased Typeยง

pub struct json_populate_record<base, from_json> { /* private fields */ }