Skip to main content

netmask

Type Alias netmask 

Source
pub type netmask<addr> = netmask<<addr as Expression>::SqlType, addr>;
Available on crate feature postgres_backend only.
Expand description

Return type of the netmask() SQL function.

Aliased Typeยง

pub struct netmask<addr> { /* private fields */ }