FsCloneFile

Trait FsCloneFile 

Source
pub trait FsCloneFile: BaseFsCloneFile {
    // Provided method
    fn fs_clone_file(
        &self,
        from: impl AsRef<Path>,
        to: impl AsRef<Path>,
    ) -> Result<()> { ... }
}

Provided Methods§

Source

fn fs_clone_file( &self, from: impl AsRef<Path>, to: impl AsRef<Path>, ) -> Result<()>

Dyn Compatibility§

This trait is not dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.

Implementors§