Docs.rs
break-block-macro-0.1.0
break-block-macro 0.1.0
Permalink
Docs.rs crate page
MIT
OR
Apache-2.0
Links
Repository
crates.io
Source
Owners
luketpeterson
Dependencies
proc-macro2 ^1.0.79
normal
quote ^1.0.35
normal
someok ^0.1.0
normal
Versions
50%
of the crate is documented
Platform
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
break_
block_
macro
0.1.0
All Items
Crate Items
Macros
Crate
break_block_macro
Copy item path
Source
Macros
ยง
bb
Behaves like the
?
operator, unwrapping a
Result
or
Option
but will break out of a scope labeled with the
'block
label if a
None
or
Err
is encountered. This can be used to achieve something that resembles try-catch.