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