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