Function virtual_fs::ops::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