Enum udi::ErrorKind[][src]

pub enum ErrorKind {
    Io(Error),
    Cbor(Error),
    Library(String),
    Request(String),
}

Variants

Methods

impl ErrorKind
[src]

A string describing the error kind.

Trait Implementations

impl Debug for ErrorKind
[src]

Formats the value using the given formatter. Read more

impl Display for ErrorKind
[src]

Formats the value using the given formatter. Read more

impl From<Error> for ErrorKind
[src]

Performs the conversion.

impl From<ErrorKind> for Error
[src]

Performs the conversion.

Auto Trait Implementations

impl Send for ErrorKind

impl Sync for ErrorKind