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