Type Alias BoxError

Source
pub type BoxError = Box<dyn Error + Send + Sync + 'static>;

Aliased Typeยง

struct BoxError(/* private fields */);