Searched defs:AssertAsync (Results 1 – 1 of 1) sorted by relevance
38 struct AssertAsync<T>(T); struct40 impl<T: Read> Read for AssertAsync<T> { implementation46 impl<T: Read> AsyncRead for AssertAsync<T> {} implementation