pub type AnyError = Box<dyn Error>;
A box error type for easier error handling.
pub struct AnyError(/* private fields */);