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.
macro_rules! try_call_return_response {
($handle: expr) => { ... };
}
Helper macro which try to evaluate the expression and return its results.
If the evaluation fails, return a PrometheusJsonResponse
early.