maybe_ast_struct

Macro maybe_ast_struct 

Source
macro_rules! maybe_ast_struct {
    (
        $(#[$attr:meta])*
        $(
            pub struct $name:ident
        )*
    ) => { ... };
    ($($rest:tt)*) => { ... };
}