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

An iterator over all Regulations of a RegulatoryGraph.