Maps a Result<T, E> to Result<U, F> by applying a pair of functions over each of the possible results.
Result<T, E>
Result<U, F>
Value mapping function.
Error mapping function.
Result to map.
Mapped result.
Maps a
Result<T, E>
toResult<U, F>
by applying a pair of functions over each of the possible results.