pub trait LinesCollector {
    fn collect(&mut self, count: usize);
}

Required Methods

Implementations on Foreign Types

Implementors