Skip to main content

ClojureToken

Type Alias ClojureToken 

Source
pub type ClojureToken = RedLeaf<ClojureLanguage>;

Aliased Type§

pub struct ClojureToken {
    pub kind: ClojureTokenType,
    pub span: Range<usize>,
}

Fields§

§kind: ClojureTokenType

The kind kind/category

§span: Range<usize>

The absolute byte span of this kind in the source text