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