Function http_api_problem::into_salvo_response
source · [−]pub fn into_salvo_response<T: Into<HttpApiProblem>>(what: T) -> ResponseExpand description
Creates a [salvo::Response] from something that can become an
HttpApiProblem.
If status is None 500 - Internal Server Error is the
default.