Searched defs:EitherOrBoth (Results 1 – 2 of 2) sorted by relevance
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/itertools-0.11.0/src/ |
H A D | either_or_both.rs | 9 pub enum EitherOrBoth<A, B> { enum 18 impl<A, B> EitherOrBoth<A, B> { implementation 464 impl<T> EitherOrBoth<T, T> { implementation 487 impl<A, B> Into<Option<Either<A, B>>> for EitherOrBoth<A, B> { implementation
|
/aosp_15_r20/external/rust/android-crates-io/crates/itertools/src/ |
D | either_or_both.rs | 9 pub enum EitherOrBoth<A, B = A> { enum 18 impl<A, B> EitherOrBoth<A, B> { impl 466 impl<T> EitherOrBoth<T, T> { impl 507 impl<A, B> From<Either<A, B>> for EitherOrBoth<A, B> { implementation
|