BoxError

Type Alias BoxError 

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

Type alias for a boxed error with send, sync, and static flags enabled

Aliased Typeยง

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