We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
map_err
Feature request: add methods like map_err that work on errors only, similar to map_ok.
map_ok
To match the existing _ok methods, that would be:
_ok
filter_map_err
filter_err
flatten_err
fold_err
Out of these five, map_err and filter_err seem the most obviously useful.