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