pub type Extra = Box<dyn Any + Send + 'static>;
Box for extra data.
pub struct Extra(/* private fields */);