| Crates.io | result |
| lib.rs | result |
| version | 1.0.0 |
| created_at | 2016-07-15 22:25:34.176256+00 |
| updated_at | 2017-11-19 22:39:01.301903+00 |
| description | Helpers for dealing with nested Result and Option types |
| homepage | |
| repository | https://github.com/arcnmx/result-rs |
| max_upload_size | |
| id | 5679 |
| size | 7,928 |
result provides helpers for dealing with nested Result types.
result provides helpers for dealing with nested Result and Option types.
Convert an Option<Result<T, E>> to Result<Option<T>, E> and vice versa.
See the documentation for up to date information.