[][src]Type Definition json_parser::tokenizer::PeekableIter

type PeekableIter<T> = Peekable<IntoIter<T>>;