jsonb

Type Alias jsonb 

Source
pub type jsonb<e> = jsonb<<e as Expression>::SqlType, e>;
Available on crate feature sqlite only.
Expand description

Return type of the jsonb() SQL function.

Aliased Typeยง

pub struct jsonb<e> { /* private fields */ }