Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
# Objective Allow mapping `Mut` to another value while returning a custom error on failure. ## Solution Added `try_map_unchanged` to `Mut` which returns a `Result` instead of `Option` .
- Loading branch information