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

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

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