Expand description
§someok
This is a tiny crate that implements a trait to provide some unified behavior between Result and Option It will be totally unnecessary when try_trait_v2 is stabilized.
Traits§
- IsSuccess
- Wraps Option::is_some and Result::is_ok under one interface