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