pub(crate) fn write_all_buf<'a, W, B>(
writer: &'a mut W,
buf: &'a mut B,
) -> WriteAllBuf<'a, W, B> ⓘ
Expand description
Tries to write some bytes from the given buf
to the writer in an
asynchronous manner, returning a future.
pub(crate) fn write_all_buf<'a, W, B>(
writer: &'a mut W,
buf: &'a mut B,
) -> WriteAllBuf<'a, W, B> ⓘ
Tries to write some bytes from the given buf
to the writer in an
asynchronous manner, returning a future.