macro_rules! or_continue {
    ( $wrapper:expr ) => { ... };
}
Expand description

Unwrap the Option value or break.