Module tree

Source
Expand description

Contains XML tree serde Deserializer build on top of Parser from parse and Deserializer from de.

Structs§

AnyTagMatch
Matches all tags
ElementDeserialize
Part of path for TreeDeserializer.
ElementEnter
Part of path for TreeDeserializer.
ElementEnterDeserialize
Part of path for TreeDeserializer.
ExactTagMatch
Matches tags against needle provided as 'static str
TreeDeserializer
Deserializer for a sequence of elements in a tree.

Traits§

DeTuple
Utility that turns single-element tuple into that element and keeps multi-element tuples as they are
TagMatcher
Trait that determines whether given tag name matches some condition

Type Aliases§

TreeDeserializerOutput
Type alias that helps to get the output type of TreeDeserializer