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