Type Alias diesel::dsl::RetrieveAsObjectJson

source ·
pub type RetrieveAsObjectJson<Lhs, Rhs, ST> = Grouped<RetrieveAsObjectJson<Lhs, AsExprOf<Rhs, ST>>>;
Available on crate feature postgres_backend only.
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>