ident

Macro ident 

Source
macro_rules! ident {
    ($ident:ident) => { ... };
}
Expand description

Convenience macro for constructing syn::Ident from literals