Skip to main content

tokens

Function tokens 

Source
pub(crate) fn tokens<'e: 't, 't, T: Parse<'t> + ?Sized>(
    _: &'e mut Environment,
    document: &'t str,
    verbose: Verbosity,
) -> Result<(), Box<dyn Error>>
Expand description

Prints the tokenization of the input