Home
last modified time | relevance | path

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

/aosp_15_r20/external/rust/android-crates-io/crates/tracing-subscriber/src/fmt/
Dwriter.rs592 pub struct WithMinLevel<M> { struct
593 make: M,
594 level: tracing_core::Level,
945 impl<M> WithMinLevel<M> { implementation
958 impl<'a, M: MakeWriter<'a>> MakeWriter<'a> for WithMinLevel<M> { implementation