macro_rules! new_ident {
($string: expr) => { ... };
}
Expand description
Crates new syn::Ident with the given string and new call span
macro_rules! new_ident {
($string: expr) => { ... };
}
Crates new syn::Ident with the given string and new call span