Type Alias Response

Source
pub type Response = Result<Json, Error>;

Aliased Type§

pub enum Response {
    Ok(Json),
    Err(Error),
}

Variants§

§1.0.0

Ok(Json)

Contains the success value

§1.0.0

Err(Error)

Contains the error value