Searched refs:map_left (Results 1 – 3 of 3) sorted by relevance
104 pub fn map_left<F, M>(self, f: F) -> EitherOrBoth<M, B> in map_left() method
100 - Add methods ``.map_left()``, ``.map_right()`` and ``.either()``.
250 pub fn map_left<F, M>(self, f: F) -> Either<M, R> in map_left() method