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