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