[][src]Trait pcap::Activated

pub unsafe trait Activated: State { }

Captures can be in different states at different times, and in these states they may or may not have particular capabilities. This trait is implemented by phantom types which allows us to punt these invariants to the type system to avoid runtime errors.

Implementors

impl Activated for Active[src]

impl Activated for Dead[src]

impl Activated for Offline[src]

Loading content...