Enum xml_doc::Error [−][src]
pub enum Error {
Io(Error),
CannotDecode,
MalformedXML(String),
ContainerCannotMove,
NotFound,
HasAParent,
}Variants
Io(Error)Tuple Fields of Io
0: ErrorMalformedXML(String)Tuple Fields of MalformedXML
0: StringTrait Implementations
Performs the conversion.