Enum probor::_cbor::slice::ReadSliceError [] [src]

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

Variants

Trait Implementations

impl Display for ReadSliceError
[src]

[src]

Formats the value using the given formatter. Read more

impl Error for ReadSliceError
[src]

[src]

A short description of the error. Read more

[src]

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

impl From<ReadSliceError> for DecodeError
[src]

[src]

Performs the conversion.

impl Debug for ReadSliceError
[src]

[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations