Function tokio::io::util::write_all_buf::write_all_buf
source · 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.