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