diesel::pg::expression::dsl

Type Alias 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 */ }