Skip to content

inspect_break and inspect_continue for ControlFlow

License

Apache-2.0, MIT licenses found

Licenses found

Apache-2.0
LICENSE-APACHE
MIT
LICENSE-MIT
Notifications You must be signed in to change notification settings

komar007/controlflow_inspect

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

controlflow_inspect

Crates.io License Crates.io Version GitHub branch check runs docs.rs Static Badge

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.

About

inspect_break and inspect_continue for ControlFlow

Topics

Resources

License

Apache-2.0, MIT licenses found

Licenses found

Apache-2.0
LICENSE-APACHE
MIT
LICENSE-MIT

Stars

Watchers

Forks