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