Sender<T> typedef

Sender<T> = StreamSink<T>

The sending-half of channel.

Implementation

typedef Sender<T> = StreamSink<T>;