Home
last modified time | relevance | path

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

/external/rust/crates/itertools/src/
Deither_or_both.rs7 pub enum EitherOrBoth<A, B> { enum
16 impl<A, B> EitherOrBoth<A, B> { implementation
168 impl<T> EitherOrBoth<T, T> { impl
182 impl<A, B> Into<Option<Either<A, B>>> for EitherOrBoth<A, B> { implementation