WorkerReceiver

Type Alias WorkerReceiver 

Source
pub type WorkerReceiver<Down> = Receiver<DownMsg<Down>>;
Expand description

A wrapper around Receiver<DownMsg>

Aliased Typeยง

pub struct WorkerReceiver<Down> { /* private fields */ }