[][src]Macro drone_macros_core::new_ident

macro_rules! new_ident {
    ($fmt:expr, $($args:tt)*) => { ... };
    ($fmt:expr) => { ... };
}

Creates call site struct@syn::Ident using interpolation of runtime expressions.