pub type Error = Box<dyn Error + Send + Sync>;
Type alias for a sync and send error.
pub struct Error(/* private fields */);