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