pub trait AsAny { // Required method fn as_any(&self) -> &dyn Any; }
Get the Any trait easily from objects that support it.
Any