MaybeSend

Trait MaybeSend 

pub trait MaybeSend { }
Expand description

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

Implementors§

§

impl<T> MaybeSend for T

Available on non-crate feature send only.