Macro uucore::safe_unwrap[][src]

macro_rules! safe_unwrap {
    ($exp:expr) => { ... };
}

Unwraps the Result. Instead of panicking, it exists the program with exit code 1.