pub async fn log_error_responses(
req: Request<Body>,
next: Next,
) -> impl IntoResponseExpand description
Logs the body of an error response.
pub async fn log_error_responses(
req: Request<Body>,
next: Next,
) -> impl IntoResponseLogs the body of an error response.