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