Enum object::Error [] [src]

pub enum Error {
    InputNotLongEnough,
    UnknownMagicHeaderValue,
}

An error that occurred while parsing the mach-o file contents.

Variants

The input is not long enough to contain valid contents.

Found an unknown magic header value.

Trait Implementations

impl Copy for Error
[src]

impl Eq for Error
[src]

impl PartialEq<Error> for Error
[src]

impl Debug for Error
[src]

impl Clone for Error
[src]