Enum htwdresden::Error [] [src]

pub enum Error {
    Network(Error),
}

A set of errors that may occur during execution.

Variants

Trait Implementations

impl Debug for Error
[src]

Formats the value using the given formatter.

impl From<Error> for Error
[src]

Performs the conversion.