Enum dpdk_unix::android_linux::modules::ModulesListParseError []

pub enum ModulesListParseError {
    CouldNotOpenFile(Error),
    CouldNotParseEmptyModuleName(usize),
    DuplicateModuleName(usizeString),
}

Variants

Trait Implementations

impl Debug for ModulesListParseError
[src]

Formats the value using the given formatter.

impl Display for ModulesListParseError

Formats the value using the given formatter. Read more

impl Error for ModulesListParseError

A short description of the error. Read more

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

impl From<Error> for ModulesListParseError

Performs the conversion.