Searched defs:WeakDispatch (Results 1 – 1 of 1) sorted by relevance
174 pub struct WeakDispatch { struct175 subscriber: Kind<Weak<dyn Subscriber + Send + Sync>>,505 pub fn downgrade(&self) -> WeakDispatch { in downgrade()766 impl WeakDispatch { impl792 impl fmt::Debug for WeakDispatch { implementation