Some To Err
A single trait crate that provides a method for converting an Option into a Result by treating Some values as Err and None values as Ok.
Usage
Add this to your crate by:
Or add this to your Cargo.toml:
[]
= "0.0.1"
and then:
use SomeToErr;
License
- MIT license (LICENSE-MIT or http://opensource.org/licenses/MIT)