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