Type Alias virtual_filesystem::physical_fs::PhysicalFS
source · pub type PhysicalFS = PhysicalFSImpl<UnrestrictedPathResolver>;Expand description
The physical filesystem, backed by a root on the drive. This filesystem will not protect against directory traversal and very simply appends the target path to the root.
Aliased Type§
struct PhysicalFS { /* private fields */ }