async fn merge_filesystems(
source: &dyn FileSystem,
destination: &dyn FileSystem,
) -> Result<(), FsError>
Expand description
Merge the contents of one filesystem into another.
async fn merge_filesystems(
source: &dyn FileSystem,
destination: &dyn FileSystem,
) -> Result<(), FsError>
Merge the contents of one filesystem into another.