pub type FileTree = BTreeMap<String, FileNode>;
Type alias for the file tree structure.
pub struct FileTree { /* private fields */ }