Enum json::decoder::ReadError [] [src]

pub enum ReadError {
    InvalidUtf8,
    Io(Error),
}

Variants

Trait Implementations

impl Debug for ReadError
[src]

Formats the value using the given formatter.

impl Display for ReadError
[src]

Formats the value using the given formatter. Read more

impl Error for ReadError
[src]

A short description of the error. Read more

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

impl From<Error> for ReadError
[src]

Performs the conversion.