Function blarse::tokens_structure

source ·
pub fn tokens_structure<'a>(
    tokens: &'a Vec<Token<'a>, Global>
) -> TokenStructure<'a>
Expand description

Goes with the TokenStructure enum. Specifies whether a borrowed vector of tokens consists of multiple tokens, a single token, or none at all.