ParallelSend

Trait ParallelSend 

Source
pub trait ParallelSend { }
Available on non-crate feature parallel only.
Expand description

The marker trait which requires Send when "parallel" feature is used

Implementors§

Source§

impl<T> ParallelSend for T