StreamOf

Type Alias StreamOf 

Source
pub type StreamOf<N> = <<N as Network>::Listener as Listener>::Stream;
Expand description

Syntactic sugar for the type of Stream used by a given Network N.