Function cargo::ops::tree::print

source ·
fn print(
    config: &Config,
    opts: &TreeOptions,
    roots: Vec<usize>,
    pkgs_to_prune: &[PackageIdSpec],
    graph: &Graph<'_>
) -> CargoResult<()>
Expand description

Prints a tree for each given root.