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