pub fn charm_values<'a>(
app: &'a App,
strings_of_charms: impl Iterator<Item = &'a Charms>,
) -> impl Iterator<Item = &'a Data>Expand description
Iterate over all charm values of a given app (charm key) in the given outputs (strings of charms).