Enum scuttlebutt::Error [] [src]

pub enum Error {
    Transport(HttpError),
}

An enumeratation of potential errors

Variants

Trait Implementations

impl Debug for Error
[src]

Formats the value using the given formatter.

impl From<HttpError> for Error
[src]

Performs the conversion.