Module vfs::async_vfs::path

source ·
Expand description

Virtual filesystem path

The virtual file system abstraction generalizes over file systems and allow using different VirtualFileSystem implementations (i.e. an in memory implementation for unit tests)

Structs§

  • A virtual filesystem path, identifying a single file or directory in this virtual filesystem
  • An iterator for recursively walking a file hierarchy

Traits§

  • Trait combining Seek and Read, return value for opening files