Searched defs:with_timer (Results 1 – 3 of 3) sorted by relevance
/aosp_15_r20/external/rust/android-crates-io/crates/tracing-subscriber/src/fmt/ |
D | mod.rs | 552 pub fn with_timer<T2>(self, timer: T2) -> SubscriberBuilder<N, format::Format<L, T2>, F, W> { in with_timer() function
|
D | fmt_layer.rs | 393 pub fn with_timer<T2>(self, timer: T2) -> Layer<S, N, format::Format<L, T2>, W> { in with_timer() function
|
/aosp_15_r20/external/rust/android-crates-io/crates/tracing-subscriber/src/fmt/format/ |
D | mod.rs | 709 pub fn with_timer<T2>(self, timer: T2) -> Format<F, T2> { in with_timer() method
|