flatten_ident

Function flatten_ident 

Source
pub fn flatten_ident(ident: &Ident) -> Ident
Expand description

“Flattens” an Ident by converting it to snake case.

Used by export_tokens_macro_ident.