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