Enum binary_rw::BinaryError[][src]

pub enum BinaryError {
    StreamError(StreamError),
    BinCodeErr(Box<ErrorKind>),
    Utf8Error(FromUtf8Error),
}

Variants

StreamError

Tuple Fields of StreamError

0: StreamError
BinCodeErr

Tuple Fields of BinCodeErr

0: Box<ErrorKind>
Utf8Error

Tuple Fields of Utf8Error

0: FromUtf8Error

Trait Implementations

Formats the value using the given formatter. Read more

Performs the conversion.

Performs the conversion.

Performs the conversion.

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.