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ยง
struct row_to_json<R> { /* private fields */ }
pub type row_to_json<R> = row_to_json<SqlTypeOf<R>, R>;
postgres_backend
only.Return type of row_to_json(record)
struct row_to_json<R> { /* private fields */ }