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