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