pub trait IsSync: Sync { }
A trait we can use as a compile-time check to make sure that an object is Sync.