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