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