Type Alias fs_tree::TrieMap

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

The children Trie type alias.

Aliased Type§

struct TrieMap { /* private fields */ }