Type Alias RetrieveAsTextJson

Source
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 */);