Struct xmlparser::ErrorPos[][src]

pub struct ErrorPos {
    pub row: u32,
    pub col: u32,
}

Position of the error.

Position indicates row/line and column. Starting positions is 1:1.

Fields

Methods

impl ErrorPos
[src]

Constructs a new error position.

Trait Implementations

impl Clone for ErrorPos
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for ErrorPos
[src]

impl PartialEq for ErrorPos
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl Debug for ErrorPos
[src]

Formats the value using the given formatter. Read more

impl Display for ErrorPos
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for ErrorPos

impl Sync for ErrorPos