Trait ipnet::IpAdd [] [src]

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

Associated Types

Required Methods

Implementors