diff --git a/src/protocol/ast.rs b/src/protocol/ast.rs index b94f81be548e9f95787e334020dfb98457e8d578..a633ce0c0c9ee19ebf048d71834b28bc23c58200 100644 --- a/src/protocol/ast.rs +++ b/src/protocol/ast.rs @@ -1646,6 +1646,7 @@ pub enum Method { Create, Length, Assert, + Print, UserFunction, UserComponent, }