Struct rustc_ap_rustc_lexer::Token [−][src]
Expand description
Parsed token. It doesn’t contain information about data that has been parsed, only the type of the token and its size.
Fields
kind: TokenKind
len: usize
Parsed token. It doesn’t contain information about data that has been parsed, only the type of the token and its size.
kind: TokenKind
len: usize
impl RefUnwindSafe for Token
impl Send for Token
impl Sync for Token
impl Unpin for Token
impl UnwindSafe for Token