Enum android_bootimage::LocateSectionError []

pub enum LocateSectionError {
    NoPageSize,
    NoSection(Section),
}

Variants

Trait Implementations

impl Debug for LocateSectionError
[src]

Formats the value using the given formatter.

impl Display for LocateSectionError

Formats the value using the given formatter. Read more

impl Error for LocateSectionError

A short description of the error. Read more

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