Enum libracerd::http::Error [] [src]

pub enum Error {
    HttpServer(Error),
}

Errors occurring in the http module

Variants

HttpServer

Error occurred in underlying http server lib

Trait Implementations

impl From<Error> for Error

fn from(err: Error) -> Error

Derived Implementations

impl Debug for Error

fn fmt(&self, __arg_0: &mut Formatter) -> Result