You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Similar to map_results, this combinator would allow the mapping function to return an error. The Item type of the iterator would be any Result<T, E> where E1: Into<E>, E2: Into<E>.