BoxedError

Type Alias BoxedError 

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

Alias for boxed errors that are Send and Sync.

Aliased Typeยง

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