TypeDef::name
&str
It's generally an anti-pattern for functions to return `&String`. `&str` is preferable.
FxHashMap
std::collections::HashMap