pub fn complete_boxed<R: Any + Send>(boxed: Box<R>) -> Receiver<R> 
👎Deprecated: use crossbeam_channel instead
Expand description

Equivalent to complete, but uses a boxed R to avoid a layer of indirection, if you already have one of those.