pub type OptionRcAny = Option<RcAny>;
An optional RcAny.
RcAny
pub enum OptionRcAny { None, Some(Rc<dyn Any>), }
No value.
Some value of type T.
T