```rust use unwrap_none::UnwrapNone;
fn main() { None.unwrapnone(); None.expectnone("Value is not None"); } ```