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