ok_or_break

Macro ok_or_break 

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