Skip to main content

MaybeSend

Trait MaybeSend 

Source
pub trait MaybeSend: Send { }
Expand description

A trait that adds Send requirement if send feature is enabled.

Implementors§

Source§

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

Available on crate feature send only.