pub type jsonb_populate_record<base, from_json> = jsonb_populate_record<<base as Expression>::SqlType, <from_json as Expression>::SqlType, base, from_json>;Expand description
Return type of the jsonb_populate_record() SQL function.
Aliased Typeยง
pub struct jsonb_populate_record<base, from_json> { /* private fields */ }