Type Alias erg_parser::error::LexerRunnerError

source ·
pub type LexerRunnerError = ParserRunnerError;

Aliased Type§

struct LexerRunnerError {
    pub core: ErrorCore,
    pub input: Input,
}

Fields§

§core: ErrorCore§input: Input