Enum dpdk_unix::android_linux::modules::ModProbeError
[−]
pub enum ModProbeError {
IoError(Error),
SignalTerminatedExitCode(String),
NonZeroExitCode(i32, String),
}Variants
IoError(Error)SignalTerminatedExitCode(String)NonZeroExitCode(i32, String)Trait Implementations
impl Debug for ModProbeError[src]
impl Display for ModProbeError
impl Error for ModProbeError
fn description(&self) -> &str
A short description of the error. Read more
fn cause(&self) -> Option<&Error>
The lower-level cause of this error, if any. Read more
impl From<Error> for ModProbeError
fn from(cause: Error) -> ModProbeError
Performs the conversion.