use Debug;
use Hash;
/// Marker trait for types of IP address mask.
/// A "net"-mask, used to mask the network identifier bits of an IP address.
/// A "host"-mask, used to mask the host identifier bits of an IP address.
/// A general bit-mask, used to perform arbitrary bit-wise arithmitic.