Type Alias OrNet

Source
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 */);