Skip to main content

MaybeSend

Trait MaybeSend 

Source
pub trait MaybeSend: Send { }
Expand description

Marker trait that requires Send on native targets, nothing on wasm32.

Implementors§

Source§

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

Available on non-WebAssembly only.