Type Alias TrieMap

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

The children Trie type alias.

Aliased Typeยง

pub struct TrieMap { /* private fields */ }