Type Alias BoxAny

Source
pub type BoxAny = Box<dyn Any>;

Aliased Typeยง

pub struct BoxAny(/* private fields */);