sl_compiler::reader

Type Alias CharIter

Source
pub type CharIter = Box<dyn PeekableIterator<Item = Result<Cow<'static, str>>>>;

Aliased Typeยง

struct CharIter(/* private fields */);