Function cargo::ops::tree::build_and_print
source · pub fn build_and_print(ws: &Workspace<'_>, opts: &TreeOptions) -> CargoResult<()>
Expand description
Entry point for the cargo tree
command.
pub fn build_and_print(ws: &Workspace<'_>, opts: &TreeOptions) -> CargoResult<()>
Entry point for the cargo tree
command.