Enum winreg::serialization::DecoderError [] [src]

pub enum DecoderError {
    DecodeNotImplemented(String),
    IoError(Error),
    ParseError(String),
    NoFieldName,
}

Variants

DecodeNotImplemented(String)IoError(Error)ParseError(String)NoFieldName

Trait Implementations

impl Debug for DecoderError
[src]

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

Formats the value using the given formatter.