macro_rules! log_errors {
() => { ... };
}Expand description
A callback that logs each error as it is encountered without triggering a task failure
macro_rules! log_errors {
() => { ... };
}A callback that logs each error as it is encountered without triggering a task failure