inet_merge

Type Alias inet_merge 

Source
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 */ }