Function clone_file_range

Source
pub fn clone_file_range<P: AsRef<Path>, Q: AsRef<Path>>(
    src: P,
    src_offset: u64,
    src_length: u64,
    dest: Q,
    dest_offset: u64,
) -> Result<()>
Expand description

This function is not implemented for this platform