Type Alias jsonb

Source
pub type jsonb<e> = jsonb<<e as Expression>::SqlType, e>;
Expand description

Return type of the jsonb() SQL function.

Aliased Typeยง

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