Function texlang::token::write_tokens

source ·
pub fn write_tokens<'a, T>(tokens: T, interner: &CsNameInterner) -> Stringwhere
    T: IntoIterator<Item = &'a Token>,
Expand description

Write a collection of tokens to a string.