Function fs2::copy_recursive

source ·
pub fn copy_recursive<'a>(
    fs: &'a dyn Fs,
    source: &'a Path,
    target: &'a Path,
    options: CopyOptions
) -> BoxFuture<'a, Result<()>>