-
Notifications
You must be signed in to change notification settings - Fork 14
Open
Labels
enhancementNew feature or requestNew feature or request
Milestone
Description
https://doc.rust-lang.org/stable/std/result/enum.Result.html
There is a TODO in the result.h header:
// TODO: Result<void, E>
// TODO: Result<T&, E&>
// TODO: and, and_then, as_mut, as_ref, cloned, copied, expect, expect_err,
// etc...
// https://doc.rust-lang.org/std/result/enum.Result.htmlLike Option, we want to clone the full API of Result.
We also need a way to access (at least) the result without turning the Result into an rvalue, like operator* and operator-> on Option.
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request