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>(/* private fields */);