pub struct InputStreamAsyncBufRead<T: IsA<InputStream>> { /* private fields */ }
Attempt to return the contents of the internal buffer, filling it with more data
from the inner reader if it is empty. Read more
Tells this buffer that amt
bytes have been consumed from the buffer,
so they should no longer be returned in calls to poll_read
. Read more
Attempt to read from the AsyncRead
into buf
. Read more
Attempt to read from the AsyncRead
into bufs
using vectored
IO operations. Read more
impl<T> Any for T where
T: 'static + ?Sized,
Immutably borrows from an owned value. Read more
Mutably borrows from an owned value. Read more
impl<T, U> Into<U> for T where
U: From<T>,
The type returned in the event of a conversion error.
The type returned in the event of a conversion error.