Home
last modified time | relevance | path

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

/third_party/rust/crates/either/src/
H A Dlib.rs617 /// assert_eq!(left.unwrap_left(), 3);
627 /// right.unwrap_left();
629 pub fn unwrap_left(self) -> L in unwrap_left() functions
636 panic!("called `Either::unwrap_left()` on a `Right` value: {:?}", r) in unwrap_left()

Completed in 2 milliseconds