Type Alias RetrieveAsObjectJson

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