LineProcessorT

Trait LineProcessorT 

Source
pub trait LineProcessorT<C> {
    // Required method
    fn process(&self, line: &str, context: &C) -> Vec<u8> ;
}

Required Methods§

Source

fn process(&self, line: &str, context: &C) -> Vec<u8>

Implementors§