Type Alias ErrorFn

Source
pub type ErrorFn = Box<dyn Fn(&dyn Error) + 'static>;

Aliased Typeยง

struct ErrorFn(/* private fields */);