pub type SandboxedPhysicalFS = PhysicalFSImpl<SandboxedPathResolver>;Expand description
The physical filesystem, backed by a root on the drive. This filesystem will perform basic protections against directory traversal in the form of returning an error if a user tries to escape the current directory.
Aliased Typeยง
pub struct SandboxedPhysicalFS { /* private fields */ }