Skip to main content

WasmCompatSync

Trait WasmCompatSync 

Source
pub trait WasmCompatSync: Sync { }
Available on not (crate feature wasm and WebAssembly).
Expand description

Sync on native targets and a no-op marker on wasm32 with the wasm feature.

Implementors§

Source§

impl<T> WasmCompatSync for T
where T: Sync,