pub trait RuleWatcherV4ProxyInterface: Send + Sync {
type WatchResponseFut: Future<Output = Result<Vec<RuleEventV4>, Error>> + Send;
// Required method
fn watch(&self) -> Self::WatchResponseFut;
}
pub trait RuleWatcherV4ProxyInterface: Send + Sync {
type WatchResponseFut: Future<Output = Result<Vec<RuleEventV4>, Error>> + Send;
// Required method
fn watch(&self) -> Self::WatchResponseFut;
}