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