Type Alias seec_channel::Channel

source ·
pub type Channel<T> = (Sender<T>, Receiver<T>);