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