Module tagger::elem[][src]

Contains the structs that the element macros work with internally.

Structs

Element

An element with a ending tag. Once, constructed, the user must call end(), in order to write and handle the error case of writing the end tag.

ElementStack

A non-lifetimed Element.

Single

An element that does not have an end tag and thus does not require that any code be run after it is created.