Skip to main content

MaybeSend

Trait MaybeSend 

Source
pub trait MaybeSend: Send { }
Expand description

A trait that is Send on native targets and a no-op on WASM.

Implementors§

Source§

impl<T: Send> MaybeSend for T

Available on non-target_family=wasm only.