pub trait AsAny { // Required method fn as_any(&self) -> &dyn Any; }
A trait for casting to trait Any
Any
Cast to trait Any