pub type ContainsNet<Lhs, Rhs> = Grouped<ContainsNet<Lhs, AsExprOf<Rhs, Inet>>>;Available on crate features
postgres_backend and __sqlite-shared only.Expand description
The return type of lhs.contains(rhs)
for network types
Aliased Typeยง
pub struct ContainsNet<Lhs, Rhs>(/* private fields */);