Enum xml::BuilderError
[-] [+]
[src]
pub enum BuilderError { Parser(ParserError), ImproperNesting, NoElement, }
The structure returned for errors encountered while building an Element
Variants
Parser | Errors encountered by the |
ImproperNesting | |
NoElement | No element was found |