use ;
use Tok;
/// Toks convenience type alias to Vec of Tok's.
pub type Toks<'s> = ;
/// Helper function which walks through `html5ever::rcdom::Handle`
/// `NodeData::Element` branch recursively and fires `Tok``process`
/// function if `QualName` is found by `is_match`.