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