Type Alias diesel::pg::expression::dsl::host

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

The return type of host()

Aliased Type§

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