MaybeSend

Trait MaybeSend 

Source
pub trait MaybeSend { }
Expand description

Equivalent to Send when parallel is enabled; blanket-impl otherwise.

Implementors§

Source§

impl<T> MaybeSend for T

Available on non-crate feature parallel only.