pub type StreamOf<N> = <<N as Network>::Listener as Listener>::Stream;
Syntactic sugar for the type of Stream used by a given Network N.