html5ever::tokenizer

Macro go_match

Source
macro_rules! go_match {
    ( $me:ident : $x:expr, $($pats:pat),+ => $($cmds:tt)* ) => { ... };
}