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

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