An extension trait for easily formatting missing values.
```rust use fmtor::FmtOr;
let maybe_box: Option println!("The box is at: {:p}", maybebox.fmtor("Null")); ``` Prints: The box is at: Null
println!("The box is at: {:p}", maybebox.fmtor("Null")); ```
Prints: The box is at: Null