pub trait MaybeSync: Sync { }
An extension trait that enforces Sync only on native platforms.
Sync
Useful for writing cross-platform async code!