Type Alias Channel

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

Return type of channel_from_parts.