pub type ErrorBox<E> = Box<E>;
The type used for boxing errors.
pub struct ErrorBox<E>(/* private fields */);