pub type ElixirToken = Token<ElixirSyntaxKind>;Aliased Type§
pub struct ElixirToken {
pub kind: ElixirSyntaxKind,
pub span: Range<usize>,
}Fields§
§kind: ElixirSyntaxKindThe kind/category of this kind (e.g., keyword, identifier, number)
span: Range<usize>The byte range in the source text that this kind occupies