Skip to main content

WasmNotSend

Trait WasmNotSend 

Source
pub trait WasmNotSend: Send { }

Dyn Compatibility§

This trait is dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety".

Implementors§

Source§

impl<T> WasmNotSend for T
where T: Send,

Available on crate feature fragile-send-sync-non-atomic-wasm and non-target feature atomics, or non-WebAssembly only.