Maps a Result<T, E> to Result<T, F> by applying a function to the contained value.
Result<T, E>
Result<T, F>
Error mapping function.
Result to map.
Mapped result error.
Maps a
Result<T, E>
toResult<T, F>
by applying a function to the contained value.