host

Type Alias host 

Source
pub type host<addr> = host<<addr as Expression>::SqlType, addr>;
Expand description

Return type of the host() SQL function.

Aliased Typeยง

pub struct host<addr> { /* private fields */ }