Type Alias AnyError

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

Aliased Typeยง

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