servers::http::prometheus

Macro try_call_return_response

Source
macro_rules! try_call_return_response {
    ($handle: expr) => { ... };
}
Expand description

Helper macro which try to evaluate the expression and return its results. If the evaluation fails, return a PrometheusJsonResponse early.