[][src]Macro peepmatic_traits::define_parse_impl_for_operator

macro_rules! define_parse_impl_for_operator {
    (
        $operator:ident {
            $(
                $keyword:ident => $variant:ident;
            )*
        }
    ) => { ... };
}

Define a wast::parser::Parse implementation for an operator type.