Home
last modified time | relevance | path

Searched defs:unwrap_err (Results 1 – 2 of 2) sorted by relevance

/third_party/rust/rust/src/tools/clippy/tests/ui/
Dunwrap_expect_used.rs7 fn unwrap_err(self) -> Self::Item; in unwrap_err() method
14 fn unwrap_err(self) -> T { in unwrap_err() method
/third_party/rust/rust/library/core/src/
Dresult.rs1165 pub fn unwrap_err(self) -> E in unwrap_err() method