Macro peepmatic_traits::define_parse_impl_for_operator[][src]

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

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