[][src]Function rust_util::util_io::copy_io_default

pub fn copy_io_default<R: ?Sized, W: ?Sized>(
    reader: &mut R,
    writer: &mut W,
    total: i64
) -> Result<u64> where
    R: Read,
    W: Write