Enum dpdk_unix::android_linux::modules::ModProbeError []

pub enum ModProbeError {
    IoError(Error),
    SignalTerminatedExitCode(String),
    NonZeroExitCode(i32String),
}

Variants

Trait Implementations

impl Debug for ModProbeError
[src]

Formats the value using the given formatter.

impl Display for ModProbeError

Formats the value using the given formatter. Read more

impl Error for ModProbeError

A short description of the error. Read more

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

impl From<Error> for ModProbeError

Performs the conversion.