Type Alias diesel::pg::expression::dsl::inet_same_family

source ·
pub type inet_same_family<T, U, a, b> = inet_same_family<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_same_family()

Aliased Type§

struct inet_same_family<T, U, a, b> { /* private fields */ }