pub type TemplateRequirementsIter<'a> = Box<dyn Iterator<Item = (StorageValueName, PlaceholderTypeRequirement)> + 'a>;Expand description
Alias used for iterators that collect all placeholders and their types within a component template.
Aliased Typeยง
pub struct TemplateRequirementsIter<'a>(/* private fields */);