Type Alias BoxError

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

Aliased Typeยง

pub struct BoxError(/* private fields */);