pub trait HasParamList: AstNode { // Provided method fn param_list(&self) -> Option<ParamList> { ... } }