Macro try_or_break

Source
macro_rules! try_or_break {
    ($expr:expr) => { ... };
}