respector
An extension to add inspect method to Option and Result types.
Usage
use *;
assert_eq!; // Prints `Some(10)`.
assert_eq!; // Prints `Ok(10)`.
assert_eq!; // Prints `Err(10)`.
```
An extension to add inspect method to Option and Result types.
use *;
assert_eq!; // Prints `Some(10)`.
assert_eq!; // Prints `Ok(10)`.
assert_eq!; // Prints `Err(10)`.
```