Enum android_bootimage::MagicHeaderParseError []

pub enum MagicHeaderParseError {
    Io(IoError),
    InvalidMagic(MagicHeader),
}

Variants

Trait Implementations

impl Debug for MagicHeaderParseError
[src]

Formats the value using the given formatter.

impl Display for MagicHeaderParseError

Formats the value using the given formatter. Read more

impl Error for MagicHeaderParseError

A short description of the error. Read more

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

impl From<IoError> for MagicHeaderParseError

Performs the conversion.