Macro unwrap_or_break

Source
macro_rules! unwrap_or_break {
    ($expr:expr) => { ... };
}
Expand description

Unwrap Result or continue the loop