Type Alias diesel::pg::expression::functions::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 */ }