Type Alias DynErr

Source
pub type DynErr = Box<dyn Error + 'static>;

Aliased Typeยง

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