pub trait ParallelSend: Send { }

Implementors§

source§

impl<T> ParallelSend for T
where T: Send,