Module tvix_castore::nodes
source · Expand description
This holds types describing nodes in the tvix-castore model.
Re-exports§
pub use directory::Directory;
pub use symlink_target::SymlinkTarget;
pub use symlink_target::SymlinkTargetError;
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.