Struct xml::ParserError
[-] [+]
[src]
pub struct ParserError {
pub line: u32,
pub col: u32,
pub msg: &'static str,
}The structure returned, when erroneous XML is read
Fields
line | The line number at which the error occurred |
col | The column number at which the error occurred |
msg | A message describing the type of the error |