Function cargo_show_asm::pick_dump_item

source ·
pub fn pick_dump_item<K: Clone>(
    goal: ToDump,
    fmt: &Format,
    items: &BTreeMap<Item, K>
) -> Option<K>
Expand description

Pick an item to dump based on a goal

Prints suggestions and exits if goal can’t be reached or more info is needed