pub type array<ST, T> = <T as IntoArrayExpression<ST>>::ArrayExpression;
Available on crate feature
postgres_backend
only.Expand description
Return type of array(tuple_or_subselect)
pub type array<ST, T> = <T as IntoArrayExpression<ST>>::ArrayExpression;
postgres_backend
only.Return type of array(tuple_or_subselect)