Type Definition fuse_backend_rs::api::vfs::BackFileSystem[][src]

pub type BackFileSystem<D> = Box<dyn BackendFileSystem<Inode = u64, Handle = u64, D = D> + Sync + Send>;
Expand description

Type that implements BackendFileSystem and Sync and Send D refers to the type of asynchronous event driver