pub trait WasmNotSendSync: WasmNotSend + WasmNotSync { }Expand description
Trait that implies Send and Sync on non-wasm platforms
pub trait WasmNotSendSync: WasmNotSend + WasmNotSync { }Trait that implies Send and Sync on non-wasm platforms