IsContainedBy

Type Alias IsContainedBy 

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

Aliased Typeยง

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