Searched defs:TakeWhileRef (Results 1 – 2 of 2) sorted by relevance
/aosp_15_r20/external/rust/android-crates-io/crates/itertools/src/adaptors/ |
D | mod.rs | 513 pub struct TakeWhileRef<'a, I: 'a, F> { struct 518 impl<'a, I, F> fmt::Debug for TakeWhileRef<'a, I, F> implementation 533 impl<'a, I, F> Iterator for TakeWhileRef<'a, I, F> implementation
|
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/itertools-0.11.0/src/adaptors/ |
H A D | mod.rs | 610 pub struct TakeWhileRef<'a, I: 'a, F> { struct 615 impl<'a, I, F> fmt::Debug for TakeWhileRef<'a, I, F> argument 628 impl<'a, I, F> Iterator for TakeWhileRef<'a, I, F> implementation
|