[][src]Trait pcap_on_demand::State

pub unsafe trait 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 State for Active[src]

impl State for Dead[src]

impl State for Inactive[src]

impl State for Offline[src]

Loading content...