Trait SyncOutsideWasm
pub trait SyncOutsideWasm: Sync { }Available on non-
target_family=wasm only.Expand description
Alias for Sync on non-wasm, empty trait (implemented by everything) on
wasm.
pub trait SyncOutsideWasm: Sync { }target_family=wasm only.Alias for Sync on non-wasm, empty trait (implemented by everything) on
wasm.