Enum dwarf_x86::ExecutableLoadError [] [src]

pub enum ExecutableLoadError {
    Parse(ParseError),
    InvalidFile(&'static str),
    MissingSection(&'static str),
}

Variants

Trait Implementations

impl Debug for ExecutableLoadError
[src]

[src]

Formats the value using the given formatter.