Skip to main content

RollingPacketCaptureProxyInterface

Trait RollingPacketCaptureProxyInterface 

Source
pub trait RollingPacketCaptureProxyInterface: Send + Sync {
    // Required methods
    fn detach(&self, name: &str) -> Result<(), Error>;
    fn stop_and_download(
        &self,
        channel: ServerEnd<FileMarker>,
    ) -> Result<(), Error>;
    fn discard(&self) -> Result<(), Error>;
}

Required Methods§

Source

fn detach(&self, name: &str) -> Result<(), Error>

Source

fn stop_and_download(&self, channel: ServerEnd<FileMarker>) -> Result<(), Error>

Source

fn discard(&self) -> Result<(), Error>

Implementors§