pub type Error = Box<dyn Error>;
This crate’s standard error type.
pub struct Error(/* private fields */);