Skip to main content

is_trait_method_name

Function is_trait_method_name 

Source
pub fn is_trait_method_name(name: &str) -> bool
Expand description

Returns true when name matches a known trait method that would trigger clippy::should_implement_trait.