Enum textstream::Error [] [src]

pub enum Error {
    IOError(Error),
    CodecError(Cow<'static, str>),
}

Error for reader.

Variants

IO Error.

Encoding error.

Trait Implementations

impl Debug for Error
[src]

Formats the value using the given formatter.

impl From<Error> for Error
[src]

Performs the conversion.

impl From<Cow<'static, str>> for Error
[src]

Performs the conversion.

impl From<CodecError> for Error
[src]

Performs the conversion.