pub type SyncTypes = BTreeMap<Core, Set<Box<Type>>>;
These types must implement the Sync trait
Sync
pub struct SyncTypes { /* private fields */ }