pub trait AsAny {
    fn as_any(&self) -> &dyn Any;
}
Expand description

TODO(doc): @quake

Required methods

TODO(doc): @quake

Implementors