pub type VbNetToken = Token<VbNetTokenType>;Expand description
A VB.NET token.
Aliased Type§
pub struct VbNetToken {
pub kind: VbNetTokenType,
pub span: Range<usize>,
}Fields§
§kind: VbNetTokenTypeThe kind/category of this kind (e.g., keyword, identifier, number)
span: Range<usize>The byte range in the source text that this kind occupies