pub type DynError = Box<dyn Error>;
Boxed error type used by all public functions in this module.
pub struct DynError(/* private fields */);