Home
last modified time | relevance | path

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

/external/rust/crates/itertools/src/
Dexactly_one_err.rs20 pub struct ExactlyOneError<I> struct
28 impl<I> ExactlyOneError<I> impl
46 impl<I> Iterator for ExactlyOneError<I> implementation
73 impl<I> ExactSizeIterator for ExactlyOneError<I> where I: ExactSizeIterator {} implementation
75 impl<I> Display for ExactlyOneError<I> implementation
88 impl<I> Debug for ExactlyOneError<I> implementation
108 impl<I> Error for ExactlyOneError<I> where I: Iterator + Debug, I::Item: Debug, {} implementation