Type Alias diesel::pg::expression::functions::inet_merge

source ·
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 */ }