Function cargo::util::toml_mut::manifest::descend

source ·
fn descend<'a>(input: &'a Item, path: &[String]) -> CargoResult<&'a Item>
Expand description

Descend into a manifest until the required table is found.