Function read

Source
pub fn read<B, A>(reader: B) -> Reader<B, A> 
where B: BufRead, A: Alphabet,