[][src]Macro cargo_intraconv::return_error

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

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

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