Type Alias chisel_json::lexer::PackedToken

source ·
pub type PackedToken<'a> = (Token, Span);
Expand description

A packed token consists of a Token and the Span associated with it