Type Alias biodivine_sketchbook::sketchbook::model::LayoutIterator
source · pub type LayoutIterator<'a> = Iter<'a, LayoutId, Layout>;
Expand description
An iterator over all (LayoutId
, Layout
) pairs of a ModelState
.
Aliased Type§
struct LayoutIterator<'a> { /* private fields */ }