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