pub trait MaybeSend: Send { }
Available on crate feature client only.
Expand description

Marker trait to determine whether a type implements Send or not.

Implementors