Trait ipnet::IpSub [] [src]

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

Associated Types

Required Methods

Implementors