Type Alias json_populate_record

Source
pub type json_populate_record<B, J, base, from_json> = json_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 json_populate_record()

Aliased Typeยง

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