pub type ClojureNode = RedNode<ClojureSyntaxKind>;Aliased Type§
pub struct ClojureNode {
pub green: Arc<GreenNode<ClojureSyntaxKind>>,
pub offset: usize,
}Fields§
§green: Arc<GreenNode<ClojureSyntaxKind>>The underlying green node that contains the structural information
offset: usizeThe absolute byte offset of this node in the source text