fn trait_name_to_method_name(name: &str) -> &'static str
Matches the provided ops::Add-like trait name to its method name.
ops::Add
name