Skip to main content

family

Type Alias family 

Source
pub type family<addr> = family<<addr as Expression>::SqlType, addr>;
Available on crate feature postgres_backend only.
Expand description

Return type of the family() SQL function.

Aliased Typeยง

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