pub type ComposefsFilesystem = FileSystem<Sha512HashValue>;Aliased Type§
pub struct ComposefsFilesystem {
pub root: Directory<RegularFile<Sha512HashValue>>,
}Fields§
§root: Directory<RegularFile<Sha512HashValue>>The root directory of the filesystem.