Home
last modified time | relevance | path

Searched refs:factor_none (Results 1 – 2 of 2) sorted by relevance

/third_party/rust/crates/either/
DREADME.rst59 - Add new methods ``.factor_ok()``, ``.factor_err()``, and ``.factor_none()``,
/third_party/rust/crates/either/src/
Dlib.rs765 pub fn factor_none(self) -> Option<Either<L, R>> { in factor_none() method