Struct seccomp_droundy::SeccompError [] [src]

pub struct SeccompError { /* fields omitted */ }

Error type

Trait Implementations

impl Debug for SeccompError
[src]

[src]

Formats the value using the given formatter. Read more

impl Display for SeccompError
[src]

[src]

Formats the value using the given formatter. Read more

impl Error for SeccompError
[src]

[src]

A short description of the error. Read more

1.0.0
[src]

The lower-level cause of this error, if any. Read more

Auto Trait Implementations

impl Send for SeccompError

impl Sync for SeccompError