pub trait ParsePySql { // Required method fn parse_pysql(arg: &str) -> Result<Vec<NodeType>, Error>; }