pub trait SyncOutsideWasm: Sync { }
target_family="wasm"
Alias for Sync on non-wasm, empty trait (implemented by everything) on wasm.
Sync