pub unsafe trait MaybeSync: Sync { }
Same as MaybeSend, but for [std::marker::Sync].
MaybeSend
std::marker::Sync
Do not implement it directly.