Structs§
- Mounted
Filesystem - A
FilesystemConfig
for a filesystem that is already present in the process’s namespace. - Mounted
Filesystem Instance - A
Filesystem
instance for a filesystem that is already present in the process’s namespace.
Traits§
- Boxed
Filesystem - Helper trait for shutting down
Box<dyn Filesystem>
objects. - Cache
Clearable Filesystem - A trait for filesystems that are able to clear their caches.
- Filesystem
- A trait representing a mounted filesystem that benchmarks will be run against.
- Filesystem
Config - A trait for creating
Filesystem
s.