Trait ipnet::IpBitOr [] [src]

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

Associated Types

Required Methods

Implementors