Type Alias diesel::dsl::RetrieveByPathAsTextJson
source · pub type RetrieveByPathAsTextJson<Lhs, Rhs> = Grouped<RetrieveByPathAsTextJson<Lhs, AsExprOf<Rhs, Array<VarChar>>>>;
Expand description
The return type of lhs.retrieve_by_path_as_text(rhs)
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>