Struct seccomp::SeccompError [] [src]

pub struct SeccompError {
    // some fields omitted
}

Error type

Trait Implementations

impl Display for SeccompError

fn fmt(&self, f: &mut Formatter) -> Result

impl Error for SeccompError

fn description(&self) -> &str

fn cause(&self) -> Option<&Error>

Derived Implementations

impl Debug for SeccompError

fn fmt(&self, __arg_0: &mut Formatter) -> Result