Trait netaddr2::Mask[][src]

pub trait Mask {
    type Output;
    fn mask(&self, other: &Self) -> Self::Output;
}
Expand description

Masking one object with another

Associated Types

The result of masking

Required methods

Perform the mask

Implementations on Foreign Types

Implementors