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