pub type Err = Box<dyn Error + 'static>;
Boxed static error type
pub struct Err(/* private fields */);