scarf_syntax/source_text/
interface_items.rs

1// =======================================================================
2// interface_items.rs
3// =======================================================================
4// AST Nodes from 1800-2023 A.1.6
5
6pub type InterfaceItem = ();
7pub type NonPortInterfaceItem = ();