pub trait IsSimpleParameterList { // Required method fn is_simple_parameter_list(&self) -> bool; }
IsSimpleParameterList