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,
)