pub type BoxError = Box<dyn Error + Sync + Send>;
Alias for a type-erased error type.
See the module level documentation for more information.
pub struct BoxError(/* private fields */);