pub type jsonb_build_array_2<V1, V2, value_1, value_2> = jsonb_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 jsonb_build_array_2()
Aliased Typeยง
pub struct jsonb_build_array_2<V1, V2, value_1, value_2> { /* private fields */ }