Subject: Re: [boost] [outcome] Requesting second pre-review of Boost.Outcome tutorial
From: Olaf van der Spek (ml_at_[hidden])
Date: 2017-01-26 10:18:41


On Thu, Jan 26, 2017 at 4:03 PM, Andrzej Krzemienski <akrzemi1_at_[hidden]>
wrote:

> Wow. Indeed Rust docs do it. This is what you are referring to:
> http://rustbyexample.com/std/result.html
> This example doesn't do good service to Rust, does it?
>

The implementation might be bad but I don't think the interface is bad,
assuming you want to handle the errors as runtime errors.