Type Alias hotshot_testing::test_launcher::Network
source · pub type Network<TYPES, I> = Arc<<I as NodeImplementation<TYPES>>::Network>;
Expand description
A type alias to help readability
Aliased Type§
struct Network<TYPES, I> { /* private fields */ }