Function write_all

Source
pub(crate) async fn write_all<T>(io: &mut T, buf: &[u8]) -> Result<(), Error>
where T: Write + Unpin,