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

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

Used by export_tokens_macro_ident.