[][src]Macro chalk_ir::try_break

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

Unwraps a ControlFlow or propagates its Break value. This replaces the Try implementation that would be used with std::ops::ControlFlow.