pub type AfterResult = HandlerResult;
pub enum AfterResult { Ok(Response<Body>), Err(Box<dyn Error + Send>), }
Contains the success value
Contains the error value