Type Alias biodivine_sketchbook::sketchbook::model::RegulationIterator

source ·
pub type RegulationIterator<'a> = Iter<'a, Regulation>;
Expand description

An iterator over all Regulations of a ModelState.

Aliased Type§

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