Module virtual_fs::passthru_fs
source · Expand description
Wraps a boxed file system with an implemented trait VirtualSystem - this is
needed so that a Box<dyn VirtualFileSystem>
can be wrapped in an Arc and
shared - some of the interfaces pass around a Box<dyn VirtualFileSystem>