Searched defs:token_to_string (Results 1 – 2 of 2) sorted by relevance
23 pub fn token_to_string(token: &Token) -> Cow<'static, str> { in token_to_string() function
810 fn token_to_string(&self, token: &Token) -> Cow<'static, str> { in token_to_string() method