Struct futures_util::io::Read
[−]
[src]
pub struct Read<R, T> { /* fields omitted */ }A future which can be used to easily read available number of bytes to fill a buffer.
Created by the [read] function.
Trait Implementations
impl<R: Debug, T: Debug> Debug for Read<R, T>[src]
fn fmt(&self, __arg_0: &mut Formatter) -> Result[src]
Formats the value using the given formatter. Read more
impl<R, T> Future for Read<R, T> where
R: AsyncRead,
T: AsMut<[u8]>, [src]
R: AsyncRead,
T: AsMut<[u8]>,