Function virtual_fs::copy_reference_ext

source ·
pub fn copy_reference_ext<'a>(
    source: &'a (impl FileSystem + ?Sized),
    destination: &'a (impl FileSystem + ?Sized),
    from: &Path,
    to: &Path
) -> BoxFuture<'a, Result<(), Error>>
Expand description

Copies the reference of a file from one file system to another