Home
last modified time | relevance | path

Searched refs:right_and_then (Results 1 - 1 of 1) sorted by relevance

/third_party/rust/crates/either/src/
H A Dlib.rs435 /// assert_eq!(left.right_and_then(|x| Right(x * 2)), Left(123));
438 /// assert_eq!(right.right_and_then(|x| Right(x * 2)), Right(246));
440 pub fn right_and_then<F, S>(self, f: F) -> Either<L, S> in right_and_then() functions

Completed in 3 milliseconds