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