pub type StatPropIterator<'a> = Iter<'a, StatPropertyId, StatProperty>;
Expand description

An iterator over all <StatPropertyId, StatProperty> pairs of a PropertyManager.

Aliased Type§

struct StatPropIterator<'a> { /* private fields */ }