sys_traits

Trait FsRemoveFile

Source
pub trait FsRemoveFile: BaseFsRemoveFile {
    // Provided method
    fn fs_remove_file(&self, path: impl AsRef<Path>) -> Result<()> { ... }
}

Provided Methods§

Source

fn fs_remove_file(&self, path: 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§