FmtOr

Tests crates.io docs.rs MIT Licensed Apache2 Licensed

An extension trait for easily formatting missing values.

Example

```rust use fmtor::FmtOr;

let maybe_box: Option

println!("The box is at: {:p}", maybebox.fmtor("Null")); ```

Prints: The box is at: Null