Skip to main content

SnoopProxyInterface

Trait SnoopProxyInterface 

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

Required Methods§

Source

fn start(&self, payload: SnoopStartRequest) -> Result<(), Error>

Dyn Compatibility§

This trait is dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety".

Implementors§