Expand description
Windows-specific extensions for the primitives in the tokio_fs
module.
Structs§
- Symlink
DirFuture - Future returned by
symlink_dir
. - Symlink
File Future - Future returned by
symlink_file
.
Functions§
- symlink_
dir - Creates a new directory symlink on the filesystem.
- symlink_
file - Creates a new file symbolic link on the filesystem.