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