Using and_then and map combinators on the Rust Result Type

Link to blog post: Using and_then and map combinators on the Rust Result Type

Now that parts of tokio are in early release, I took a look at using futures in Rust. I realized that using futures requires being comfortable with using combinators on the Result type.

I blogged some examples to help people grok Result with the basic combinators.

2 Likes