pub type jsonb<E, e> = jsonb<E, <e as AsExpression<E>>::Expression>;
Available on crate feature
sqlite
only.Expand description
The return type of jsonb()
Aliased Typeยง
struct jsonb<E, e> { /* private fields */ }
pub type jsonb<E, e> = jsonb<E, <e as AsExpression<E>>::Expression>;
sqlite
only.The return type of jsonb()
struct jsonb<E, e> { /* private fields */ }