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