cargo::util::toml_mut::manifest

Function non_existent_dependency_err

Source
fn non_existent_dependency_err(
    name: impl Display,
    search_table: impl Display,
    found_table: Option<impl Display>,
    alt_name: Option<&str>,
) -> Error