pub type RcAny = Rc<dyn Any>;
A type alias for an Rc wrapped Any trait object.
Rc
Any
This represents a reference-counted trait object that can be shared across threads.
pub struct RcAny { /* private fields */ }