Enum pcap::Dead [] [src]

pub enum Dead {}

Phantom type representing a dead capture handle. This can be use to create new save files that are not generated from an active capture. Implements Activated because it behaves nearly the same as a live handle.

Trait Implementations

impl Activated for Dead
[src]

impl State for Dead
[src]