Maps this Result to Result by applying either the success function if this Result is Ok, or the failure function if this Result is an Err.
Haskell: Data.Bifunctor.Bimap