macro_rules! if_none_break {
    ($var:expr) => { ... };
}
Expand description

Break if an optional expression evaluates to None.