Home
last modified time | relevance | path

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

/aosp_15_r20/external/rust/android-crates-io/crates/tracing-subscriber/src/fmt/format/
Dmod.rs1420 struct FmtThreadName<'a> { struct
1424 impl<'a> FmtThreadName<'a> { argument
1430 impl<'a> fmt::Display for FmtThreadName<'a> { implementation