Type Definition seccompiler::BpfProgram[][src]

pub type BpfProgram = Vec<sock_filter>;
Expand description

Program made up of a sequence of BPF instructions.

Trait Implementations

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.