Skip to main content

Tree

Type Alias Tree 

Source
pub type Tree = StableGraph<EntryData, (), Directed>;
Expand description

Graph type used to represent traversed filesystem entries.

Aliased Typeยง

pub struct Tree { /* private fields */ }