Searched defs:infallible (Results 1 – 2 of 2) sorted by relevance
712 pub fn infallible(self) -> HalfMatchesIter<'h, F> { in infallible() method828 pub fn infallible(self) -> MatchesIter<'h, F> { in infallible() method946 pub fn infallible(self) -> CapturesIter<'h, F> { in infallible() method
318 fn infallible<T>(result: Result<T, CollectionAllocErr>) -> T { in infallible() function