pub type OSMLocalReaderIter<'a, T> = OsmReaderIter<'a, T, KV<u64, VectorPoint<MValue>>, KV<u64, IntermediateNode>, KV<u64, WayNodes>, KV<u64, IntermediateWay>, KV<u64, IntermediateRelation>>;Expand description
OSM Buffer Reader Iterator
Aliased Typeยง
pub struct OSMLocalReaderIter<'a, T> { /* private fields */ }