jsonb_object_1

Type Alias jsonb_object_1 

Source
pub type jsonb_object_1<K1, V1, key_1, value_1> = jsonb_object_1<K1, V1, <key_1 as AsExpression<K1>>::Expression, <value_1 as AsExpression<V1>>::Expression>;
Available on crate feature sqlite only.
Expand description

The return type of jsonb_object_1()

Aliased Typeยง

pub struct jsonb_object_1<K1, V1, key_1, value_1> { /* private fields */ }