Trait ip::traits::Hostmask

source ·
pub trait Hostmask: Mask { }
Expand description

Address-family independent interface for IP hostmasks.

Methods on Hostmask types that are well defined for all address-families are implemented via this trait.

See also concrete::Hostmask<A> and any::Hostmask for address-family specific items.

Implementors§

source§

impl Hostmask for ip::any::Hostmask

source§

impl<A: Afi> Hostmask for ip::concrete::Hostmask<A>