3 releases
0.1.2 | Dec 2, 2022 |
---|---|
0.1.1 | Apr 14, 2021 |
0.1.0 | Apr 13, 2021 |
#1206 in Rust patterns
54,967 downloads per month
6KB
How to use
use unwrap_none::UnwrapNone;
fn main() {
None.unwrap_none();
None.expect_none("Value is not None");
}
Implements the unwrap_none
and expect_none
methods removed by https://github.com/rust-lang/rust/pull/83349
0.1.2 | Dec 2, 2022 |
---|---|
0.1.1 | Apr 14, 2021 |
0.1.0 | Apr 13, 2021 |
#1206 in Rust patterns
54,967 downloads per month
6KB
use unwrap_none::UnwrapNone;
fn main() {
None.unwrap_none();
None.expect_none("Value is not None");
}