Skip to main content

impl_parse_tree

Macro impl_parse_tree 

Source
macro_rules! impl_parse_tree {
    ($enum_name:ident { $($variant:ident,)+ }) => { ... };
}