pub trait TypeMapKey: 'static { type Value: Any; }
A trait that allows using the object implementing it to be used as a type key.