pub trait VirtualFileSystem: FileSystem + FileOperations { }
Trait combining the complete VFS interface