pub type State<'a> = (Option<&'a str>, Option<&'a str>);
Type that represents the return state of Tokenizer::dict_parse.
(current, next).