fuse_backend_rs::api::vfs

Type Alias 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 */);