pub type ElementChunk = Chunk<Box<[Element]>>;
Chunk of OSM Elements.
pub struct ElementChunk { pub index: usize, pub content: Box<[Element]>, }
index: usize
content: Box<[Element]>