pub trait SyncOutsideWasm: Sync { }
Expand description
Alias for Sync
on non-wasm, empty trait (implemented by everything) on
wasm.
Implementors§
impl<T: Sync> SyncOutsideWasm for T
Available on non-
target_family=wasm
only.