write_tokens

Function write_tokens 

Source
pub fn write_tokens<'a, T>(tokens: T, interner: &CsNameInterner) -> String
where T: IntoIterator<Item = &'a Token>,
Expand description

Write a collection of tokens to a string.