MaybeSend

Trait MaybeSend 

Source
pub trait MaybeSend: Send { }
Available on crate feature client and non-WebAssembly only.
Expand description

Marker trait to determine whether a type implements Send or not.

Implementors§

Source§

impl<T: Send> MaybeSend for T