OSMFileReaderIter

Type Alias OSMFileReaderIter 

Source
pub type OSMFileReaderIter<'a, T> = OsmReaderIter<'a, T, FileKV<u64, VectorPoint<MValue>>, FileKV<u64, IntermediateNode>, FileKV<u64, WayNodes>, FileKV<u64, IntermediateWay>, FileKV<u64, IntermediateRelation>>;
Available on crate feature std only.
Expand description

OSM File Reader Iterator

Aliased Typeยง

pub struct OSMFileReaderIter<'a, T> { /* private fields */ }