Type Alias BoxError

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

Errors that can pass across threads.

Aliased Typeยง

struct BoxError(/* private fields */);