1 2 3 4 5 6 7
// ======================================================================= // class_items.rs // ======================================================================= // AST Nodes from 1800-2023 A.1.9 pub type ClassItem = (); pub type InterfaceClassItem = ();