Module rapid_xml::tree[][src]

Expand description

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

Structs

Matches all tags

Part of path for TreeDeserializer.

Part of path for TreeDeserializer.

Part of path for TreeDeserializer.

Matches tags against needle provided as 'static str

Deserializer for a sequence of elements in a tree.

Traits

Utility that turns single-element tuple into that element and keeps multi-element tuples as they are

Trait that determines whether given tag name matches some condition

Type Definitions

Type alias that helps to get the output type of TreeDeserializer