pub type ArrayContains<Lhs, Rhs> = Contains<Lhs, Rhs>;๐Deprecated:
Use Contains instead
Available on crate feature
postgres_backend only.Aliased Typeยง
pub struct ArrayContains<Lhs, Rhs>(/* private fields */);