pub type SendAnyMap = Map<dyn Any + Send + Sync + 'static>;
A map of types that can be sent between threads
struct SendAnyMap { /* private fields */ }