Searched defs:NopLayer (Results 1 – 2 of 2) sorted by relevance
101 struct NopLayer; in reload_filter() struct102 impl<S: Subscriber> tracing_subscriber::Layer<S> for NopLayer { in reload_filter() implementation
5 pub(crate) struct NopLayer; struct6 impl<S: Subscriber> Layer<S> for NopLayer {} implementation