MaybeSend

Trait MaybeSend 

Source
pub trait MaybeSend: Send { }
Expand description

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

Implementors§

Source§

impl<T: Send + ?Sized> MaybeSend for T

Available on not (target_family=wasm and target_os=unknown).