Skip to main content

get_run_report

Function get_run_report 

Source
pub async fn get_run_report(
    __arg0: State<Arc<AppState>>,
    headers: HeaderMap,
    __arg2: Path<Uuid>,
    __arg3: Query<ReportQuery>,
) -> Result<Response, StatusCode>