Struct rsonpath_lib::query::errors::ParseErrorReport
source · pub struct ParseErrorReport { /* private fields */ }
Expand description
Error report created during the parser’s run over a single input string.
Implementations§
source§impl ParseErrorReport
impl ParseErrorReport
sourcepub fn errors(&self) -> impl Iterator<Item = &ParseError>
pub fn errors(&self) -> impl Iterator<Item = &ParseError>
Retrieves an Iterator
over all ParseErrors
in the report.