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