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