pub trait MaybeSync: Sync { }
Expand description

MaybeSync is no-op on wasm and Sync on non wasm.

Implementors§

source§

impl<T: Sync> MaybeSync for T