Type Alias biodivine_sketchbook::sketchbook::properties::DynPropIterator
source · pub type DynPropIterator<'a> = Iter<'a, DynPropertyId, DynProperty>;
Expand description
An iterator over all <DynPropertyId
, DynProperty
> pairs of a PropertyManager
.
Aliased Type§
struct DynPropIterator<'a> { /* private fields */ }