pub type host<addr> = host<<addr as Expression>::SqlType, addr>;Available on crate feature
postgres_backend only.Expand description
Return type of the host() SQL function.
Aliased Typeยง
pub struct host<addr> { /* private fields */ }