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.