[][src]Trait rtools_traits::LineProcessorT

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

Required methods

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

Loading content...

Implementors

Loading content...