pub type RetrieveByPathAsTextJson<Lhs, Rhs> = Grouped<RetrieveByPathAsTextJson<Lhs, AsExprOf<Rhs, Array<VarChar>>>>;
Available on crate feature postgres_backend only.
Expand description

Aliased Type§

struct RetrieveByPathAsTextJson<Lhs, Rhs>(pub RetrieveByPathAsTextJson<Lhs, <Rhs as AsExpression<Array<Text>>>::Expression>);

Fields§

§0: RetrieveByPathAsTextJson<Lhs, <Rhs as AsExpression<Array<Text>>>::Expression>