Type Alias TrieMap

Source
pub type TrieMap = BTreeMap<PathBuf, FsTree>;
Expand description

The children Trie type alias.

Aliased Typeยง

struct TrieMap { /* private fields */ }