Enum cbor::slice::ReadSliceError [] [src]

pub enum ReadSliceError {
    IoError(Error),
    InsufficientData,
}

Variants

Trait Implementations

impl Debug for ReadSliceError
[src]

Formats the value using the given formatter.

impl Display for ReadSliceError
[src]

Formats the value using the given formatter. Read more

impl Error for ReadSliceError
[src]

A short description of the error. Read more

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