3 releases
| 0.1.2 | Dec 2, 2022 |
|---|---|
| 0.1.1 | Apr 14, 2021 |
| 0.1.0 | Apr 13, 2021 |
#2802 in Rust patterns
159,646 downloads per month
Used in 101 crates
(2 directly)
6KB
See docs with examples on UnwrapNone#required-methods.
How to use
use unwrap_none::UnwrapNone;
fn main() {
None.unwrap_none();
None.expect_none("Value is not None");
}