Searched defs:FormatWith (Results 1 – 2 of 2) sorted by relevance
/aosp_15_r20/external/rust/android-crates-io/crates/itertools/src/ |
D | format.rs | 10 pub struct FormatWith<'a, I, F> { struct 12 /// `FormatWith` uses interior mutability because `Display::fmt` takes `&self`. argument 29 pub fn new_format<I, F>(iter: I, separator: &str, f: F) -> FormatWith<'_, I, F> in new_format() argument 50 impl<'a, I, F> fmt::Display for FormatWith<'a, I, F> implementation 74 impl<'a, I, F> fmt::Debug for FormatWith<'a, I, F> implementation 128 impl<'a, I, F> Clone for FormatWith<'a, I, F> implementation
|
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/itertools-0.11.0/src/ |
H A D | format.rs | 10 pub struct FormatWith<'a, I, F> { struct 12 /// FormatWith uses interior mutability because Display::fmt takes &self. argument 29 pub fn new_format<I, F>(iter: I, separator: &str, f: F) -> FormatWith<'_, I, F> in new_format() argument 50 impl<'a, I, F> fmt::Display for FormatWith<'a, I, F> implementation 118 impl<'a, I, F> Clone for FormatWith<'a, I, F> implementation
|