Trait nekolib_doc::io::input::Source
source · pub trait Source<R>where
R: BufRead,{
// Required method
fn next_token(&mut self) -> Option<String>;
// Provided method
fn next_token_unwrap(&mut self) -> String { ... }
}