[][src]Macro cargo_intraconv::continue_error

macro_rules! continue_error {
    ($value:expr, $($arg:tt)*) => { ... };
}

Unwraps the result in the first argument, printing the error and continuing the current loop if it is an Err.

Will add a -- error: {error} at the end of the given error text.