# `controlflow_inspect`

[](https://crates.io/crates/controlflow_inspect/)

[](https://docs.rs/controlflow_inspect)

`inspect_break` and `inspect_continue` for `ControlFlow`.
## Overview
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.