Searched defs:with_ansi (Results 1 – 4 of 4) sorted by relevance
/aosp_15_r20/external/rust/android-crates-io/crates/tracing-subscriber/src/fmt/format/ |
D | pretty.rs | 379 pub fn with_ansi(self, ansi: bool) -> Self { in with_ansi() method
|
D | mod.rs | 441 pub(crate) fn with_ansi(self, is_ansi: bool) -> Self { in with_ansi() method 741 pub fn with_ansi(self, ansi: bool) -> Format<F, T> { in with_ansi() method
|
/aosp_15_r20/external/rust/android-crates-io/crates/tracing-subscriber/src/fmt/ |
D | mod.rs | 632 pub fn with_ansi(self, ansi: bool) -> SubscriberBuilder<N, format::Format<L, T>, F, W> { in with_ansi() function
|
D | fmt_layer.rs | 305 pub fn with_ansi(self, ansi: bool) -> Self { in with_ansi() method
|