Type Alias BoxError

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

Aliased Typeยง

struct BoxError(/* private fields */);