send_result_with_metrics

Function send_result_with_metrics 

Source
pub fn send_result_with_metrics(
    http_client: &Client,
    base_url: &str,
    body: Result<SubmitJobResultsSuccess, SubmitJobResultsError>,
    stats: Option<&CacheStats>,
) -> Result<()>