Type Alias biodivine_sketchbook::sketchbook::properties::StatPropIterator
source · 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 */ }