pub type Network<TYPES, I> = Arc<<I as NodeImplementation<TYPES>>::Network>;Expand description
A type alias to help readability
Aliased Typeยง
pub struct Network<TYPES, I> { /* private fields */ }pub type Network<TYPES, I> = Arc<<I as NodeImplementation<TYPES>>::Network>;A type alias to help readability
pub struct Network<TYPES, I> { /* private fields */ }