Struct amy::LineReader
[−]
[src]
pub struct LineReader { /* fields omitted */ }Read and compose lines of text
pub struct LineReader { /* fields omitted */ }Read and compose lines of text
impl LineReader[src]fn new(buffer_size: usize) -> LineReaderfn read<T: Read>(&mut self, reader: &mut T) -> Result<usize>fn iter_mut(&mut self) -> Iterfn is_empty(&self) -> boolimpl Debug for LineReader[src]