Skip to main content

RollingPacketCaptureDetachResult

Type Alias RollingPacketCaptureDetachResult 

Source
pub type RollingPacketCaptureDetachResult = Result<(), RollingPacketCaptureDetachError>;

Aliased Type§

pub enum RollingPacketCaptureDetachResult {
    Ok(()),
    Err(RollingPacketCaptureDetachError),
}

Variants§

§1.0.0

Ok(())

Contains the success value

§1.0.0

Err(RollingPacketCaptureDetachError)

Contains the error value