-
-
Notifications
You must be signed in to change notification settings - Fork 14.7k
Tracking Issue for Result::into_ok_or_err / feature(result_into_ok_or_err) #82223
Copy link
Copy link
Closed
Labels
C-tracking-issueCategory: An issue tracking the progress of sth. like the implementation of an RFCCategory: An issue tracking the progress of sth. like the implementation of an RFCT-libs-apiRelevant to the library API team, which will review and decide on the PR/issue.Relevant to the library API team, which will review and decide on the PR/issue.disposition-closeThis PR / issue is in PFCP or FCP with a disposition to close it.This PR / issue is in PFCP or FCP with a disposition to close it.finished-final-comment-periodThe final comment period is finished for this PR / Issue.The final comment period is finished for this PR / Issue.
Metadata
Metadata
Assignees
Labels
C-tracking-issueCategory: An issue tracking the progress of sth. like the implementation of an RFCCategory: An issue tracking the progress of sth. like the implementation of an RFCT-libs-apiRelevant to the library API team, which will review and decide on the PR/issue.Relevant to the library API team, which will review and decide on the PR/issue.disposition-closeThis PR / issue is in PFCP or FCP with a disposition to close it.This PR / issue is in PFCP or FCP with a disposition to close it.finished-final-comment-periodThe final comment period is finished for this PR / Issue.The final comment period is finished for this PR / Issue.
Type
Fields
Give feedbackNo fields configured for issues without a type.
Feature gate:
#![feature(result_into_ok_or_err)]This is a tracking issue for
Result::into_ok_or_err, a method to get theTout ofResult<T, T>regardless of which variant is active.Public API
Steps / History
Result::into_ok_or_errmethod to extract aTfromResult<T, T>#80572Unresolved Questions
What color should the bikeshed beWhat name should it have?Some options that have been suggested:
Result::into_ok_or_errResult::ok_or_errResult::into_eitherResult::into_innerResult::either_valueResult::unwrap_eitherResult::{value,into_value} #79315 proposed?