Enum htwdresden::HTWError [] [src]

pub enum HTWError {
    Network(Error),
    Decoding(&'static str),
}

A set of errors that may occur during execution.

Variants

Trait Implementations

impl Debug for HTWError
[src]

Formats the value using the given formatter.

impl From<Error> for HTWError
[src]

Performs the conversion.