Function next_token

Source
fn next_token<'a>(input: &'a str) -> Option<((DCToken, &'a str), &'a str)>