Type Alias BoxDynError

Source
pub type BoxDynError = Box<dyn Error + Sync + Send>;

Aliased Type§

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