Module fs

Source
Available on crate feature fs only.
Expand description

Filesystem functionality.

Structs§

ProgressCallback
Optional function called by Windows for every transferred chunk of a file.
ProgressStatus
Progress status used in ProgressCallback.

Enums§

ProgressRetVal
Return value used in ProgressCallback to control the ongoing file transfer.

Traits§

PathExt
Additional methods on Path using Windows-specific functionality.