tree

Function tree 

Source
pub fn tree<'a>(
    fg: &'a mut FeatGraph<'a>,
    krate: Option<&String>,
    feature: Option<&String>,
    version: Option<&Version>,
    package_nodes: bool,
    workspace: bool,
    no_dev: bool,
    stdout: bool,
) -> Result<()>