Enum dwarf::WriteError [] [src]

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

Variants

Io(Error)Invalid(String)Unsupported(String)

Trait Implementations

impl Debug for WriteError
[src]

fn fmt(&self, __arg_0: &mut Formatter) -> Result

Formats the value using the given formatter.

impl From<Error> for WriteError
[src]

fn from(e: Error) -> Self

Performs the conversion.