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

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>

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

Loading content...

Implementors

Loading content...