Home
last modified time | relevance | path

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

/external/rust/crates/futures-util/src/io/
Dread_to_end.rs12 pub struct ReadToEnd<'a, R: ?Sized> { struct
18 impl<R: ?Sized + Unpin> Unpin for ReadToEnd<'_, R> {} implementation
20 impl<'a, R: AsyncRead + ?Sized + Unpin> ReadToEnd<'a, R> { implementation
88 impl<A> Future for ReadToEnd<'_, A> implementation
/external/rust/crates/tokio/src/io/util/
Dread_to_end.rs101 impl<A> Future for ReadToEnd<'_, A> implementation