Macro unwrap_or_continue

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

Unwrap Result or break the loop