pub fn add<I, T>(
output: &OutputHandle,
tag_names: I,
) -> impl Iterator<Item = TagHandle> + use<I, T>where
I: IntoIterator<Item = T>,
T: ToString,pub fn add<I, T>(
output: &OutputHandle,
tag_names: I,
) -> impl Iterator<Item = TagHandle> + use<I, T>where
I: IntoIterator<Item = T>,
T: ToString,