token_text

Function token_text 

Source
pub fn token_text<'q>(source: &'q str, token: &Token) -> &'q str
Expand description

Retrieves the text slice for a token. O(1) slice into source.