Trait MaybeSend

Source
pub trait MaybeSend: Send { }
Expand description

Used by the send feature

Implementors§

Source§

impl<T: Send> MaybeSend for T