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