Part

Type Alias Part 

Source
pub type Part = Token;

Aliased Type§

pub struct Part {
    pub kind: TokenKind,
    pub chars: Vec<char>,
    pub src_range: SourceRange,
}

Fields§

§kind: TokenKind§chars: Vec<char>§src_range: SourceRange