Trait Send

Source
pub trait Send: Send { }
Expand description

Maybe a core::marker::Send.

For this target - a real core::marker::Send requirement.

Implementors§

Source§

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