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