pub trait SnoopProxyInterface: Send + Sync {
// Required method
fn start(&self, payload: SnoopStartRequest) -> Result<(), Error>;
}pub trait SnoopProxyInterface: Send + Sync {
// Required method
fn start(&self, payload: SnoopStartRequest) -> Result<(), Error>;
}