Searched defs:AlwaysNotify (Results 1 – 1 of 1) sorted by relevance
48 struct AlwaysNotify<T>(T); struct50 impl<T: Future> Future for AlwaysNotify<T> { implementation