pub fn hostmask<T: InetOrCidr + SingleValue, addr>(
    addr: addr
) -> hostmask<T, <addr as AsExpression<T>>::Expression>where
    addr: AsExpression<T>,Available on crate feature 
postgres_backend only.Expand description
Computes the host mask for the address’s network.