pub type netmask<T, addr> = netmask<T, <addr as AsExpression<T>>::Expression>;
Available on crate feature
postgres_backend
only.Expand description
The return type of netmask()
Aliased Typeยง
struct netmask<T, addr> { /* private fields */ }