pub type Error = Box<dyn Error + Sync + Send>;
Represents errors that can be exposed by this crate.
pub struct Error(/* private fields */);