pub type inet_same_family<a, b> = inet_same_family<<a as Expression>::SqlType, <b as Expression>::SqlType, a, b>;Expand description
Return type of the inet_same_family() SQL function.
Aliased Typeยง
pub struct inet_same_family<a, b> { /* private fields */ }