RetrieveAsObject

Type Alias RetrieveAsObject 

Source
pub type RetrieveAsObject<Lhs, Rhs> = Grouped<RetrieveAsObjectJson<Lhs, AsExprOf<<Rhs as JsonIndex>::Expression, <<Rhs as JsonIndex>::Expression as Expression>::SqlType>>>;
Available on crate features postgres_backend and sqlite only.
Expand description

The return type of lhs.retrieve_as_object(rhs)

Aliased Typeยง

pub struct RetrieveAsObject<Lhs, Rhs>(/* private fields */);