pub type BoxError = Box<dyn StdError + Send + Sync + 'static>;
Expand description

A generic, boxed error that’s Send, Sync, and 'static.

Aliased Type§

struct BoxError(/* private fields */);