pub trait WasmNotSend: Send { }Implementors§
impl<T> WasmNotSend for Twhere
T: Send,
Available on non-
target_family=wasm, or crate feature fragile-send-sync-non-atomic-wasm and non-target feature atomics only.