Type Alias g_code::parse::ParseError
source · pub type ParseError = ParseError<LineCol>;Aliased Type§
struct ParseError {
pub location: LineCol,
pub expected: ExpectedSet,
}Fields§
§location: LineColThe furthest position the parser reached in the input before failing.
expected: ExpectedSetThe set of literals that failed to match at that position.