pub type jsonb_populate_record<B, J, base, from_json> = jsonb_populate_record<B, J, <base as AsExpression<B>>::Expression, <from_json as AsExpression<J>>::Expression>;
Available on crate feature
postgres_backend
only.Expand description
The return type of jsonb_populate_record()
Aliased Typeยง
struct jsonb_populate_record<B, J, base, from_json> { /* private fields */ }