Trait rtools_traits::LineProcessorT[][src]

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

Required methods

Implementors