Trait MaybeSend

Source
pub trait MaybeSend: Send { }
Expand description

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

Implementors§

Source§

impl<T: Send> MaybeSend for T