Searched defs:WeakDispatch (Results 1 – 1 of 1) sorted by relevance
178 pub struct WeakDispatch { struct179 subscriber: Weak<dyn Subscriber + Send + Sync>,481 pub fn downgrade(&self) -> WeakDispatch { in downgrade()732 impl WeakDispatch { implementation758 impl fmt::Debug for WeakDispatch { implementation