pub trait UpcastAny: 'static {
    fn upcast_any(&self) -> &dyn Any;
}
Available on crate feature headers only.

Required Methods

Implementors