pub type BackFileSystem = Box<dyn BackendFileSystem<Inode = u64, Handle = u64> + Sync + Send>;
Type that implements BackendFileSystem and Sync and Send
struct BackFileSystem(/* private fields */);