Skip to main content

RltRsp

Type Alias RltRsp 

Source
pub type RltRsp = Result<HttpResponse, Error>;

Aliased Type§

pub enum RltRsp {
    Ok(HttpResponse),
    Err(Error),
}

Variants§

§1.0.0

Ok(HttpResponse)

Contains the success value

§1.0.0

Err(Error)

Contains the error value