RcAny

Type Alias RcAny 

Source
pub type RcAny = Rc<dyn Any>;
Expand description

A type alias for an Rc wrapped Any trait object.

This represents a reference-counted trait object that can be shared across threads.

Aliased Typeยง

pub struct RcAny { /* private fields */ }