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