Modules§
Structs§
Enums§
- FsError
- Error type for external users
- Stdio
Mode - Determines the mode that stdio handlers will operate in
Traits§
- File
Opener - File
System - Upcastable
- Trait needed to get downcasting from
VirtualFile
to work. - Virtual
File - This trait relies on your file closing when it goes out of scope via
Drop