pub type ClojureToken = RedLeaf<ClojureLanguage>;Aliased Type§
pub struct ClojureToken {
pub kind: ClojureTokenType,
pub span: Range<usize>,
}Fields§
§kind: ClojureTokenTypeThe token kind/category.
span: Range<usize>The absolute byte span of this token in the source text.