Macro unwrap_or_break

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