std::expected and “braced-groups within expressions”
When I use std::expected I found very verbose handling the pass through of the error over the chain of the calls. To simplify the life to the developer, rust has the ‘?’ (error propagation) operator.