pub type TrieMap = BTreeMap<PathBuf, FsTree>;
The children Trie type alias.
pub struct TrieMap { /* private fields */ }