Add a Result::into_ok_or_err
method to extract a T
from Result<T, T>
#80572
Merged
bors merged 4 commits intorust-lang:masterfrom thomcc:ok_or_errFeb 18, 2021
+45
Result::into_ok_or_err
method to extract a T
from Result<T, T>
#80572