FileTree

Type Alias FileTree 

Source
pub type FileTree = BTreeMap<String, FileNode>;
Expand description

Type alias for the file tree structure.

Aliased Typeยง

pub struct FileTree { /* private fields */ }