Function features_enabling_dependency_sorted

Source
fn features_enabling_dependency_sorted(
    summary: &Summary,
    target_dep: InternedString,
) -> impl Iterator<Item = InternedString> + '_
Expand description

Collect any features which enable the optional dependency “target_dep”.

The returned value will be sorted.