Home
last modified time | relevance | path

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

/external/rust/crates/flate2/tests/
Dasync-reader.rs38 struct AssertAsync<T>(T); struct
40 impl<T: Read> Read for AssertAsync<T> { implementation
46 impl<T: Read> AsyncRead for AssertAsync<T> {} implementation