Macro html5ever::tokenizer::go_match

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