pub type ContainsNetLoose<Lhs, Rhs> = Grouped<ContainsNetLoose<Lhs, AsExprOf<Rhs, Inet>>>;Available on crate features
postgres_backend and sqlite only.Expand description
The return type of lhs.contains_or_eq(rhs)
Aliased Typeยง
pub struct ContainsNetLoose<Lhs, Rhs>(/* private fields */);