drone_macros_core
macro_rules! new_ident { ($fmt:expr, $($args:tt)*) => { ... }; ($fmt:expr) => { ... }; }
Creates call site struct@syn::Ident using interpolation of runtime expressions.
struct@syn::Ident