Expand description
Contains XML tree serde Deserializer build on top of Parser
from parse
and Deserializer
from de
.
Structs§
- AnyTag
Match - Matches all tags
- Element
Deserialize - Part of path for
TreeDeserializer
. - Element
Enter - Part of path for
TreeDeserializer
. - Element
Enter Deserialize - Part of path for
TreeDeserializer
. - Exact
TagMatch - Matches tags against needle provided as
'static str
- Tree
Deserializer - 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§
- Tree
Deserializer Output - Type alias that helps to get the output type of TreeDeserializer