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: Send> MaybeSend for T

Available on non-WebAssembly only.