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