[][src]Function bare_io::copy

pub fn copy<R: ?Sized, W: ?Sized, const S: usize>(
    reader: &mut R,
    writer: &mut W
) -> Result<u64> where
    R: Read,
    W: Write