Struct futures_util::io::ReadToEnd
[−]
[src]
pub struct ReadToEnd<A> { /* fields omitted */ }A future which can be used to easily read the entire contents of a stream into a vector.
Created by the read_to_end function.
Trait Implementations
impl<A: Debug> Debug for ReadToEnd<A>[src]
fn fmt(&self, __arg_0: &mut Formatter) -> Result[src]
Formats the value using the given formatter. Read more
impl<A> Future for ReadToEnd<A> where
A: AsyncRead, [src]
A: AsyncRead,