Type Definition acme_core::ChannelPackStd

source ·
pub type ChannelPackStd<T> = (Sender<T>, Receiver<T>);
Expand description