diesel::dsl

Type Alias jsonb

Source
pub type jsonb<E> = jsonb<SqlTypeOf<E>, E>;
Available on crate feature sqlite only.
Expand description

Return type of jsonb(json)

Aliased Typeยง

struct jsonb<E> { /* private fields */ }