Enum dbus_serialize::decoder::DecodeError [-] [+] [src]

pub enum DecodeError {
    BadSignature,
    NotSupported,
    IntTooNarrow,
}

Variants

BadSignature
NotSupported
IntTooNarrow

Trait Implementations

Derived Implementations

impl PartialEq for DecodeError

fn eq(&self, __arg_0: &DecodeError) -> bool

fn ne(&self, __arg_0: &DecodeError) -> bool

impl Debug for DecodeError

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