Macro fail_on_errors

Source
macro_rules! fail_on_errors {
    () => { ... };
}
Expand description

A callback that triggers a task failure when an error is encountered.