Skip to main content

write_exact

Function write_exact 

Source
pub async fn write_exact<O, I>(
    output: &mut O,
    input: &mut I,
    length: usize,
) -> Result<usize, Error>
where O: Write + Unpin, I: Read + Unpin,