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