pub type RetrieveAsTextJson<Lhs, Rhs, ST> = Grouped<RetrieveAsTextJson<Lhs, AsExprOf<Rhs, ST>>>;
Expand description
The return type of lhs.retrieve_as_text(rhs)
Aliased Typeยง
struct RetrieveAsTextJson<Lhs, Rhs, ST>(/* private fields */);
pub type RetrieveAsTextJson<Lhs, Rhs, ST> = Grouped<RetrieveAsTextJson<Lhs, AsExprOf<Rhs, ST>>>;
The return type of lhs.retrieve_as_text(rhs)
struct RetrieveAsTextJson<Lhs, Rhs, ST>(/* private fields */);