Skip to main content

MaybeSend

Trait MaybeSend 

Source
pub trait MaybeSend: Send { }
Available on crate feature _api and non-target_family=wasm only.
Expand description

Trait to support WASM and native targets.

Implementors§

Source§

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