pub trait KParserTracer { // Required method fn log(&self, msg: &str); }
Trace Trait to inject inside the parser to keep track what the parser is doing.