pub type row_to_json<record> = row_to_json<<record as Expression>::SqlType, record>;Available on crate feature
postgres_backend only.Expand description
Return type of the row_to_json() SQL function.
Aliased Typeยง
pub struct row_to_json<record> { /* private fields */ }