Skip to main content

FsSetSymlinkFileTimes

Trait FsSetSymlinkFileTimes 

Source
pub trait FsSetSymlinkFileTimes: BaseFsSetSymlinkFileTimes {
    // Provided method
    fn fs_set_symlink_file_times(
        &self,
        path: impl AsRef<Path>,
        atime: SystemTime,
        mtime: SystemTime,
    ) -> Result<()> { ... }
}

Provided Methods§

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§