pub trait MaybeSync: Sync { }
Marker trait that requires Sync on native targets, nothing on wasm32.
Sync