Network

Type Alias Network 

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