3 releases
0.1.2 | Dec 2, 2022 |
---|---|
0.1.1 | Apr 14, 2021 |
0.1.0 | Apr 13, 2021 |
#4 in #removed
40 downloads per month
6KB
How to use
use unwrap_none::UnwrapNone;
fn main() {
None.unwrap_none();
None.expect_none("Value is not None");
}
lib.rs
:
See docs with examples on UnwrapNone#required-methods
.