Enum passivetotal::client::ResponseError [] [src]

pub enum ResponseError {
    Json(DecoderError),
    Http(IoError),
}

Variants

Json
Http

Trait Implementations

impl From<DecoderError> for ResponseError

fn from(err: DecoderError) -> ResponseError

impl From<IoError> for ResponseError

fn from(err: IoError) -> ResponseError

Derived Implementations

impl Debug for ResponseError

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