Function blarse::wrap

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

Wraps up a vector of consecutive tokens into one token and applies the specified tags.