inspect_break
and inspect_continue
for ControlFlow
.
Analogically to inspect
and inspect_err
for inspecting values inside Result
, this crate
introduces inspect_break
and inspect_continue
for ControlFlow
. Neither the break nor the
continue variant of ControlFlow
is more important than the other, so the methods are named
symmetrically.