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 */ }