Type Alias DynError

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

Aliased Typeยง

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