Trait ipnet::IpBitAnd [] [src]

pub trait IpBitAnd<RHS = Self> {
    type Output;
    fn bitand(self, rhs: RHS) -> Self::Output;
}

Associated Types

Required Methods

Implementors