pub type CharIter = Box<dyn PeekableIterator<Item = Result<Cow<'static, str>>>>;
struct CharIter(/* private fields */);