Function virtual_fs::copy_reference
source ยท pub fn copy_reference<'a>(
source: &'a (impl FileSystem + ?Sized),
destination: &'a (impl FileSystem + ?Sized),
path: &'a Path,
) -> BoxFuture<'a, Result<(), Error>>
Expand description
Copies the reference of a file from one file system to another