Function unexpected_error_into_http_response
pub fn unexpected_error_into_http_response(
error: impl Into<Box<dyn Error + Send + Sync>>,
) -> ResponseAvailable on crate features
http and grpc only.