Macro proc_macro_api

Source
macro_rules! proc_macro_api {
    ($($tt:tt)+) => { ... };
    () => { ... };
}
Expand description