Home
last modified time | relevance | path

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

/third_party/rust/crates/tracing/tracing-subscriber/src/layer/
Dtests.rs23 pub(crate) struct StringSubscriber(&'static str); struct
25 impl Subscriber for StringSubscriber { implementation