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