Struct xml::reader::Error
[−]
[src]
pub struct Error { // some fields omitted }
An XML parsing error.
Consists of a 2D position in a document and a textual message describing the error.
Methods
impl Error
fn msg(&self) -> &str
Returns a reference to a message which is contained inside this error.