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

type PropertyIterator<'a, K, V> = Box<dyn Iterator<Item = (K, V)> + 'a>;