impl_union

Macro impl_union 

Source
macro_rules! impl_union {
    (
    $from_ast:ident,  $type_name:ident,
    { $( $derivation_type_name:ident, )* }
) => { ... };
}
Expand description

Generate union implementation for a union rule. Used in generated code.