Type Alias BoxError

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

A boxed error that is Send and Sync.

Aliased Typeยง

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