Macro chalk_ir::try_break[][src]

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

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