Skip to main content

host

Type Alias host 

Source
pub type host<addr> = host<<addr as Expression>::SqlType, addr>;
Available on crate features __sqlite-shared and postgres_backend only.
Expand description

Return type of the host() SQL function.

Aliased Typeยง

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