Macro anystring

Source
macro_rules! anystring {
    ($($proc_macro:tt)*) => { ... };
}