pub type Error = Box<dyn Error>;
Universal error type used in the crate
pub struct Error(/* private fields */);