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.
macro_rules! or_continue { ($expr:expr $(,)?) => { ... }; ($label:lifetime, $expr:expr $(,)?) => { ... }; }
Unwrap or continue with a warning.
Accepts an optional ’label as the first argument.