pub fn find_variant_entry(
name: &str,
variant: &BTreeMap<String, String>,
) -> Option<&'static VariantEntry>Expand description
Find a variant entry by exact problem name and exact variant map.
No alias resolution or default fallback. Both name and variant must match exactly.