Skip to main content

Send

Trait Send 

Source
pub trait Send: Send { }
Expand description

Maybe a core::marker::Send.

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

Dyn Compatibility§

This trait is dyn compatible.

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

Implementors§

Source§

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

Available on non-target_family=wasm only.