ok_or_break

Macro ok_or_break 

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