tiny_bail

Macro or_continue

Source
macro_rules! or_continue {
    ($expr:expr $(,)?) => { ... };
    ($label:lifetime, $expr:expr $(,)?) => { ... };
}
Expand description

Unwrap or continue with a warning.

Accepts an optional ’label as the first argument.