Type Alias BoxErr

Source
pub type BoxErr = ErrorBase<Box<dyn Error + Send + Sync + 'static>>;
Expand description

A type alias for a Err whose generic type is a Box of a trait object implementing core::error::Error.

Aliased Typeยง

struct BoxErr { /* private fields */ }