PhysicalFS

Type Alias 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ยง

pub struct PhysicalFS { /* private fields */ }