RetrieveAsTextJson

Type Alias RetrieveAsTextJson 

Source
pub type RetrieveAsTextJson<Lhs, Rhs, ST> = Grouped<RetrieveAsTextJson<Lhs, AsExprOf<Rhs, ST>>>;
Available on crate feature postgres_backend only.
Expand description

The return type of lhs.retrieve_as_text(rhs)

Aliased Typeยง

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