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