pub fn into_axum_response<T: Into<HttpApiProblem>>(what: T) -> ResponseExpand description
Creates an axum Response from something that can become an
HttpApiProblem.
If status is None 500 - Internal Server Error is the
default.
Requires the axum feature