Specifically, mirror Rust, and support: https://github.com/rustedpy/result A few things off the top of my head: * Mapping over Result * `filter_map` * `map_err` Potentially more from here: https://doc.rust-lang.org/rust-by-example/error/iter_result.html