macro_rules! continue_on_err {
    ($res:expr, $err:expr) => { ... };
}
Expand description

Continues to next loop iteration on an Err(_) result.