pub type RetrieveAsText<Lhs, Rhs> = Grouped<RetrieveAsTextJson<Lhs, AsExprOf<<Rhs as JsonIndex>::Expression, <<Rhs as JsonIndex>::Expression as Expression>::SqlType>>>;Available on crate features
postgres_backend or sqlite only.Expand description
The return type of lhs.retrieve_as_text(rhs)
Aliased Typeยง
pub struct RetrieveAsText<Lhs, Rhs>(/* private fields */);