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