Skip to main content

ParallelSend

Trait ParallelSend 

Source
pub trait ParallelSend: Send { }
Available on crate feature parallel only.

Dyn Compatibility§

This trait is dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety".

Implementors§

Source§

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