Type Alias Contains

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

The return type of lhs.contains(rhs) for array expressions

Aliased Typeยง

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