Trait topdown::ParserHook [] [src]

pub trait ParserHook {
    fn hook(&self, cs: &mut CharSeq);
}

Required Methods

Implementors