Type Alias Channel

Source
pub type Channel<T> = (Sender<T>, Receiver<T>);
Expand description

Type alias for a communication channel.