pub static STRUCT_TYPE_TOKENS: LazyLock<HashSet<TokenType>>
STRUCT_TYPE_TOKENS: Tokens that represent struct-like types Python: STRUCT_TYPE_TOKENS = {TokenType.FILE, TokenType.NESTED, TokenType.OBJECT, …}