Enum winreg::serialization::EncoderError [] [src]

pub enum EncoderError {
    EncodeNotImplemented(String),
    IoError(Error),
    NoFieldName,
}

Variants

EncodeNotImplemented(String)IoError(Error)NoFieldName

Trait Implementations

impl Debug for EncoderError
[src]

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

Formats the value using the given formatter.

impl From<Error> for EncoderError
[src]

fn from(err: Error) -> EncoderError

Performs the conversion.