Home
last modified time | relevance | path

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

/external/rust/crates/tracing-core/src/
Ddispatcher.rs178 pub struct WeakDispatch { struct
179 subscriber: Weak<dyn Subscriber + Send + Sync>,
481 pub fn downgrade(&self) -> WeakDispatch { in downgrade()
732 impl WeakDispatch { implementation
758 impl fmt::Debug for WeakDispatch { implementation