pub trait LocalAwareSend: Send { }Expand description
A conditional trait that implements Send if the target is not wasm.
Implementors§
impl<T> LocalAwareSend for Twhere
T: Send,
Available on non-
target_family=wasm only.