pub fn hostmask<T: InetOrCidr + SingleValue, addr>(
addr: addr,
) -> hostmask<T, addr>where
addr: AsExpression<T>,
Expand description
Computes the host mask for the address’s network.
pub fn hostmask<T: InetOrCidr + SingleValue, addr>(
addr: addr,
) -> hostmask<T, addr>where
addr: AsExpression<T>,
Computes the host mask for the address’s network.