Trait fuse_backend_rs::api::vfs::BackendFileSystem
source · pub trait BackendFileSystem: FileSystem {
// Required method
fn as_any(&self) -> &dyn Any;
// Provided method
fn mount(&self) -> Result<(Entry, u64)> { ... }
}
Expand description
BackendFileSystem abstracts all backend file systems under vfs