1 2 3 4 5 6 7 8 9 10
## How to use ```rust use unwrap_none::UnwrapNone; fn main() { None.unwrap_none(); None.expect_none("Value is not None"); } ```