Module libosmium::handler

source ·
Expand description

defines the heart of this crate, the Handler.

It also contains not yet implemented osm types which are already declared in order for the handler trait to be complete.

Structs

This struct holds the varies parameter controlling how areas are assembled.
The handler table is a virtual function table, comparable to dyn Handler.

Enums

Not implemented yet
Not implemented yet
Not implemented yet
Not implemented yet

Traits

A handler is the entry interface for processing OSM files. It is something which takes a stream of osm items.