Type Alias diesel::pg::expression::functions::family

source ·
pub type family<T, addr> = family<T, <addr as AsExpression<T>>::Expression>;
Available on crate feature postgres_backend only.
Expand description

The return type of family()

Aliased Type§

struct family<T, addr> { /* private fields */ }