Type Alias diesel::helper_types::RetrieveByPathAsObjectJson
source · pub type RetrieveByPathAsObjectJson<Lhs, Rhs> = Grouped<RetrieveByPathAsObjectJson<Lhs, AsExprOf<Rhs, Array<VarChar>>>>;
Expand description
The return type of lhs.retrieve_by_path_as_object(rhs)
Aliased Type§
struct RetrieveByPathAsObjectJson<Lhs, Rhs>(pub RetrieveByPathAsObjectJson<Lhs, <Rhs as AsExpression<Array<Text>>>::Expression>);
Fields§
§0: RetrieveByPathAsObjectJson<Lhs, <Rhs as AsExpression<Array<Text>>>::Expression>