pub type Box<'a, T> = Box<'a, T>;
A boxed value allocated in an arena.
pub struct Box<'a, T>(/* private fields */);