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