Type Alias diesel::helper_types::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>(pub RetrieveAsObjectJson<Lhs, <Rhs as AsExpression<ST>>::Expression>);
Fields§
§0: RetrieveAsObjectJson<Lhs, <Rhs as AsExpression<ST>>::Expression>