Enum ethcore_util::standard::io::CharsError [] [src]

pub enum CharsError {
    NotUtf8,
    Other(Error),
}
Unstable (io)

: awaiting stability of Read::chars

An enumeration of possible errors that can be generated from the Chars adapter.

Variants

Unstable (io)

: awaiting stability of Read::chars

Variant representing that the underlying stream was read successfully but it did not contain valid utf8 data.

Unstable (io)

: awaiting stability of Read::chars

Variant representing that an I/O error occurred.

Trait Implementations

impl Display for CharsError

Formats the value using the given formatter.

impl Debug for CharsError

Formats the value using the given formatter.

impl Error for CharsError

A short description of the error. Read more

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