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