pub type json_object_1<K1, V1, key_1, value_1> = json_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 json_object_1()
Aliased Typeยง
pub struct json_object_1<K1, V1, key_1, value_1> { /* private fields */ }