Enum dwarf::ReadError [] [src]

pub enum ReadError {
    Io(Error),
    Utf8(Utf8Error),
    Invalid(String),
    Unsupported(String),
}

Variants

Trait Implementations

impl Debug for ReadError
[src]

Formats the value using the given formatter.

impl From<Error> for ReadError
[src]

Performs the conversion.

impl From<Utf8Error> for ReadError
[src]

Performs the conversion.

impl From<Error> for ReadError
[src]

Performs the conversion.

impl From<ParseError> for ReadError
[src]

Performs the conversion.