match_some_continue

Macro match_some_continue 

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

match Option
if is Some, will be return value and keep loop
if is Nome, will be continue the loop