fn print(
ws: &Workspace<'_>,
opts: &TreeOptions,
roots: Vec<NodeId>,
pkgs_to_prune: &[PackageIdSpec],
graph: &Graph<'_>,
) -> CargoResult<()>Expand description
Prints a tree for each given root.
fn print(
ws: &Workspace<'_>,
opts: &TreeOptions,
roots: Vec<NodeId>,
pkgs_to_prune: &[PackageIdSpec],
graph: &Graph<'_>,
) -> CargoResult<()>Prints a tree for each given root.