PreprocessorItem

Type Alias PreprocessorItem 

Source
pub type PreprocessorItem = Result<Token, (PreprocessorError, Location)>;

Aliased Type§

pub enum PreprocessorItem {
    Ok(Token),
    Err((PreprocessorError, Location)),
}

Variants§

§1.0.0

Ok(Token)

Contains the success value

§1.0.0

Err((PreprocessorError, Location))

Contains the error value