Type Definition assert_graph_iso::graph::LabelIterator[][src]

type LabelIterator<'a, T> = Box<dyn Iterator<Item = T> + 'a>;