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

Aliased Type§

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

Fields§

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