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