Enum dbus_bytestream::addr::UnescapeError [-] [+] [src]

pub enum UnescapeError {
    ShortEscapeSequence,
    EscapeNotUtf8,
    HexConversionError,
}

Variants

ShortEscapeSequence
EscapeNotUtf8
HexConversionError

Trait Implementations

impl From<FromHexError> for UnescapeError

fn from(_: FromHexError) -> Self

impl From<FromUtf8Error> for UnescapeError

fn from(_: FromUtf8Error) -> Self

Derived Implementations

impl PartialEq for UnescapeError

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

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

impl Debug for UnescapeError

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