pub fn iter<'a>(g: &'a PrimitiveGroup, b: &'a PrimitiveBlock) -> OsmObjs<'a>
Notable traits for OsmObjs<'a>
impl<'a> Iterator for OsmObjs<'a> type Item = <Chain<Chain<Map<Nodes<'a>, fn(_: Node) -> OsmObj>, Map<Ways<'a>, fn(_: Way) -> OsmObj>>, Map<Relations<'a>, fn(_: Relation) -> OsmObj>> as Iterator>::Item;