AfterResult

Type Alias AfterResult 

Source
pub type AfterResult = HandlerResult;

Aliased Type§

pub enum AfterResult {
    Ok(Response<Body>),
    Err(Box<dyn Error + Send>),
}

Variants§

§1.0.0

Ok(Response<Body>)

Contains the success value

§1.0.0

Err(Box<dyn Error + Send>)

Contains the error value