Home
last modified time | relevance | path

Searched defs:AlwaysNotify (Results 1 – 1 of 1) sorted by relevance

/external/rust/crates/flate2/tests/
Dasync-reader.rs48 struct AlwaysNotify<T>(T); struct
50 impl<T: Future> Future for AlwaysNotify<T> { implementation