Type Alias State

Source
pub type State<'a> = (Option<&'a str>, Option<&'a str>);
Expand description

Type that represents the return state of Tokenizer::dict_parse.

(current, next).