pub fn host<T: InetOrCidr + SingleValue, addr>(
addr: addr,
) -> host<T, <addr as AsExpression<T>>::Expression>where
addr: AsExpression<T>,
Expand description
Returns the IP address as text, ignoring the netmask.
pub fn host<T: InetOrCidr + SingleValue, addr>(
addr: addr,
) -> host<T, <addr as AsExpression<T>>::Expression>where
addr: AsExpression<T>,
Returns the IP address as text, ignoring the netmask.