diesel::pg::expression::dsl

Type Alias hostmask

Source
pub type hostmask<T, addr> = hostmask<T, <addr as AsExpression<T>>::Expression>;
Available on crate feature postgres_backend only.
Expand description

The return type of hostmask()

Aliased Typeยง

struct hostmask<T, addr> { /* private fields */ }