Expand description
This crate provides extensions to Result and Option types with additional
unwrapping methods, which have more meaning compared to standard
Result::expect/Option::expect and Result::unwrap/Option::unwrap.
This crate provides extensions to Result and Option types with additional
unwrapping methods, which have more meaning compared to standard
Result::expect/Option::expect and Result::unwrap/Option::unwrap.