Searched defs:NotifierChain (Results 1 – 1 of 1) sorted by relevance
19 struct NotifierChain<T>(Vec<Arc<dyn NotifierBlock<T>>>); struct21 impl<T> NotifierChain<T> { impl