Type Alias seec_channel::Sender

source ·
pub type Sender<T> = Sender<T, Bincode, 128>;

Aliased Type§

struct Sender<T> { /* private fields */ }