Trait dsrs::stream_reducer::LineReducer[][src]

pub trait LineReducer {
    fn read_line(&mut self, line: &[u8]);
}

Required methods

Implementors