pub fn strip_generic_suffix(input: &str) -> &str
Strip the generic suffix from a type name. For example, Foo<T> would become Foo.
Foo<T>
Foo