pub fn construct_tree() -> Rc<RefCell<dyn FileDirEntry>>
Expand description
Construct a file/directory tree with a predefined set of files and directories. Out of memory errors will crash the program with a panic.
pub fn construct_tree() -> Rc<RefCell<dyn FileDirEntry>>
Construct a file/directory tree with a predefined set of files and directories. Out of memory errors will crash the program with a panic.