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