Skip to main content

write_tree_html

Function write_tree_html 

Source
pub fn write_tree_html(
    graph_path: &Path,
    output_path: &Path,
    root: Option<&str>,
    max_children: usize,
    project_label: Option<&str>,
) -> Result<PathBuf>