Struct virtual_fs::webc_fs::WebcFileSystem
source · pub struct WebcFileSystem<T>where
T: Debug + Send + Sync + 'static,{
pub webc: Arc<T>,
pub memory: Arc<MemFileSystem>,
/* private fields */
}
Expand description
Custom file system wrapper to map requested file paths
Fields§
§webc: Arc<T>
§memory: Arc<MemFileSystem>
Implementations§
Trait Implementations§
source§impl<T> FileOpener for WebcFileSystem<T>where
T: Debug + Send + Sync + 'static + Deref<Target = WebC<'static>>,
impl<T> FileOpener for WebcFileSystem<T>where T: Debug + Send + Sync + 'static + Deref<Target = WebC<'static>>,
Custom file opener, returns a WebCFile