MCPcopy Create free account
hub / github.com/chridou/http-api-problem / into_actix_web_response

Method into_actix_web_response

src/api_error.rs:168–171  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

166
167 #[cfg(feature = "with-actix-web")]
168 pub fn into_actix_web_response(self) -> actix_web::HttpResponse {
169 let problem = self.into_http_api_problem();
170 problem.into()
171 }
172}
173
174impl ApiError {

Callers 1

fromMethod · 0.80

Calls 1

into_http_api_problemMethod · 0.80

Tested by

no test coverage detected