pub type netmask<addr> = netmask<<addr as Expression>::SqlType, addr>;Available on crate features
__sqlite-shared and postgres_backend only.Expand description
Return type of the netmask() SQL function.
Aliased Typeยง
pub struct netmask<addr> { /* private fields */ }