print

Function print 

Source
pub fn print<P: AsRef<Path>>(
    graph: &Graph,
    manifest_path: P,
    rules: DependencyRules,
) -> Result<ReturnStatus, Error>