[][src]Trait eureka::reader::ReadInput

pub trait ReadInput {
    fn read_input(&mut self) -> String;
}

Required methods

fn read_input(&mut self) -> String

Loading content...

Implementors

impl<R: BufRead> ReadInput for Reader<R>[src]

Loading content...