Crates.io | insideout |
lib.rs | insideout |
version | 0.2.0 |
source | src |
created_at | 2017-11-19 22:14:23.438884 |
updated_at | 2018-11-27 05:47:02.134809 |
description | Wrap composed types inside-out (eg. `Result |
homepage | https://github.com/dpc/insideout |
repository | https://github.com/dpc/insideout |
max_upload_size | |
id | 39951 |
size | 6,218 |
Turn Option<Result<O, E>>
into <Result<Option<O>, E>>
and the other way around.
Also for Iterator
s and potentially other types.
Feel free to submit PR for other types where this operation makes sense.