Trait ipnet::IpAdd [] [src]

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

Associated Types

Required Methods

Implementors