Trait rio_api::parser::ParseError[][src]

pub trait ParseError: Error {
    fn textual_position(&self) -> Option<LineBytePosition>;
}

Error trait that allows to get the textual position of the error

Required methods

fn textual_position(&self) -> Option<LineBytePosition>[src]

Returns the position of the error in the text, if known.

Loading content...

Implementors

Loading content...