orElseForResult
Calls recoverer and return its returned value if input is Err(E)
,
otherwise returns input as Ok(T)
.
This function can be used for control flow based on result values.
Calls recoverer and return its returned value if input is Err(E)
,
otherwise returns input as Ok(T)
.
This function can be used for control flow based on result values.