Tracking Issue for #138068: Add Result::map_or_default
and Option::map_or_default
#138099
Open
3 tasks
Labels
C-tracking-issue
Category: An issue tracking the progress of sth. like the implementation of an RFC
T-libs-api
Relevant to the library API team, which will review and decide on the PR/issue.
Feature gate:
#![feature("result_option_map_or_default")]
This is a tracking issue for adding
Result::map_or_default()
andOption::map_or_default()
. Open RFC rust-lang/rfcs#3148Public API
Steps / History
Result::map_or_default
andOption::map_or_default
#138068Unresolved Questions
Footnotes
https://std-dev-guide.rust-lang.org/feature-lifecycle/stabilization.html ↩
The text was updated successfully, but these errors were encountered: