pub trait ResourcesListChangedNotification: JsonRpcNotificationTrait { // Provided method fn method(&self) -> &str { ... } }