NecessarySend

Trait NecessarySend 

Source
pub trait NecessarySend: Send { }

Implementors§

Source§

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