pub type jsonb_populate_record<B, J> = jsonb_populate_record<SqlTypeOf<B>, SqlTypeOf<J>, B, J>;Available on crate feature
postgres_backend only.Expand description
Return type of jsonb_populate_record(base, json)
Aliased Typeยง
pub struct jsonb_populate_record<B, J> { /* private fields */ }