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