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