Type Definition moore_common::source::CharIter [] [src]

type CharIter<'a> = DoubleEndedIterator<Item = (usize, char)> + 'a;

An iterator that yields the characters from an input file together with the byte positions within the stream.