Macro ssp_server::continue_on_err
source · macro_rules! continue_on_err { ($res:expr, $err:expr) => { ... }; }
Expand description
Continues to next loop iteration on an Err(_) result.
macro_rules! continue_on_err { ($res:expr, $err:expr) => { ... }; }
Continues to next loop iteration on an Err(_) result.