pub type json_build_array_2<V1, V2, value_1, value_2> = json_build_array_2<V1, V2, <value_1 as AsExpression<V1>>::Expression, <value_2 as AsExpression<V2>>::Expression>;Available on crate feature
postgres_backend only.Expand description
The return type of json_build_array_2()
Aliased Typeยง
pub struct json_build_array_2<V1, V2, value_1, value_2> { /* private fields */ }