some_or_break

Macro some_or_break 

Source
macro_rules! some_or_break {
    ($expr:expr) => { ... };
    ($expr:expr, $lifetime:lifetime) => { ... };
}