pub type BoxAny = Box<dyn Any + Send>;
Type alias for a boxed value that is Send and can be any type.
Send
pub struct BoxAny(/* private fields */);