Enum langid::DeserializeError [] [src]

pub enum DeserializeError {
    Utf8(FromUtf8Error),
    Decode(DecoderError),
}

Variants

Trait Implementations

impl Debug for DeserializeError
[src]

Formats the value using the given formatter.

impl From<FromUtf8Error> for DeserializeError
[src]

Performs the conversion.

impl From<DecoderError> for DeserializeError
[src]

Performs the conversion.

impl Display for DeserializeError
[src]

Formats the value using the given formatter. Read more

impl Error for DeserializeError
[src]

A short description of the error. Read more

The lower-level cause of this error, if any. Read more