Trait KParserTracer

Source
pub trait KParserTracer {
    // Required method
    fn log(&self, msg: &str);
}
Expand description

Trace Trait to inject inside the parser to keep track what the parser is doing.

Required Methods§

Source

fn log(&self, msg: &str)

Implementors§