Home
last modified time | relevance | path

Searched defs:without_time (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/rust/android-crates-io/crates/tracing-subscriber/src/fmt/format/
Dmod.rs725 pub fn without_time(self) -> Format<F, ()> { in without_time() method
1676 pub(super) fn without_time(self) -> Self { in without_time() method
/aosp_15_r20/external/rust/android-crates-io/crates/tracing-subscriber/src/fmt/
Dmod.rs560 pub fn without_time(self) -> SubscriberBuilder<N, format::Format<L, ()>, F, W> { in without_time() function
Dfmt_layer.rs406 pub fn without_time(self) -> Layer<S, N, format::Format<L, ()>, W> { in without_time() function