pub type jsonb_typeof<e> = jsonb_typeof<<e as Expression>::SqlType, e>;Available on crate feature
postgres_backend only.Expand description
Return type of the jsonb_typeof() SQL function.
Aliased Typeยง
pub struct jsonb_typeof<e> { /* private fields */ }