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