Type Alias fuse_backend_rs::api::vfs::BackFileSystem
source · pub type BackFileSystem = Box<dyn BackendFileSystem<Inode = u64, Handle = u64> + Sync + Send>;
Expand description
Type that implements BackendFileSystem and Sync and Send
Aliased Type§
struct BackFileSystem(/* private fields */);