pub type ComposefsFilesystem = FileSystem<Sha512HashValue>;Aliased Type§
pub struct ComposefsFilesystem {
pub root: Directory<RegularFile<Sha512HashValue>>,
pub have_root_stat: bool,
}Fields§
§root: Directory<RegularFile<Sha512HashValue>>The root directory of the filesystem.
have_root_stat: boolWhether the root directory’s metadata has been explicitly set.