Module tvix_castore::nodes

source ·
Expand description

This holds types describing nodes in the tvix-castore model.

Re-exports§

Modules§

Enums§

  • A Node is either a [DirectoryNode], [FileNode] or [SymlinkNode]. Nodes themselves don’t have names, what gives them names is either them being inside a Directory, or a root node with its own name attached to it.