[][src]Type Definition json_peek::lexer::TokenStream

type TokenStream<'a> = Peekable<CharIndices<'a>>;

Shorthand for Lexer to use