pub type IsContainedByNetLoose<Lhs, Rhs> = Grouped<IsContainedByNetLoose<Lhs, AsExprOf<Rhs, Inet>>>;
Expand description
The return type of lhs.is_contained_by_or_eq(rhs)
Aliased Typeยง
struct IsContainedByNetLoose<Lhs, Rhs>(/* private fields */);
pub type IsContainedByNetLoose<Lhs, Rhs> = Grouped<IsContainedByNetLoose<Lhs, AsExprOf<Rhs, Inet>>>;
The return type of lhs.is_contained_by_or_eq(rhs)
struct IsContainedByNetLoose<Lhs, Rhs>(/* private fields */);