1use crate::parser::element_type::SmalltalkElementType; 2 3/// Smalltalk root node. 4#[derive(Debug, Clone, Copy, PartialEq, Eq, Hash)] 5/// Root node of a Smalltalk AST. 6pub struct SmalltalkRoot;