Home
last modified time | relevance | path

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

/aosp_15_r20/external/rust/android-crates-io/crates/tracing-subscriber/src/fmt/
Dwriter.rs578 pub struct WithMaxLevel<M> { struct
579 make: M,
580 level: tracing_core::Level,
912 impl<M> WithMaxLevel<M> { implementation
925 impl<'a, M: MakeWriter<'a>> MakeWriter<'a> for WithMaxLevel<M> { implementation