Enum dwarf::WriteError [] [src]

pub enum WriteError {
    Io(Error),
    Invalid(String),
    Unsupported(String),
}

Variants

Trait Implementations

impl Debug for WriteError
[src]

Formats the value using the given formatter.

impl From<Error> for WriteError
[src]

Performs the conversion.