pub trait AnyDebug: Debug + Any { }
A trait for types that can be displayed in debug format and are also support downcasting.