pub trait CmtAST { // Required method fn ast(self) -> AST; }
Things that can be converted into AST in Cement Commonly used in method parameters so that it can receive any value in hardware