Enum xml_builder::XMLError [−][src]
Expand description
Error type thrown by this crate
Variants
Thrown when the given element cannot be inserted into the XML object tree.
Tuple Fields of WrongInsert
0: String
Thrown when the given Writer
cannot be written to.
Tuple Fields of WriteError
0: String