pub type family<T, addr> = family<T, <addr as AsExpression<T>>::Expression>;
Expand description
The return type of family()
Aliased Typeยง
struct family<T, addr> { /* private fields */ }
pub type family<T, addr> = family<T, <addr as AsExpression<T>>::Expression>;
The return type of family()
struct family<T, addr> { /* private fields */ }