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