1 2 3 4 5
macro_rules! path { ($($path:tt)+) => { ::syn::parse_path(stringify!($($path)+)).unwrap() }; }