Type Alias json_populate_record

Source
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

Aliased Typeยง

struct json_populate_record<B, J> { /* private fields */ }