Skip to main content

recalculate_with_backend

Function recalculate_with_backend 

Source
pub async fn recalculate_with_backend(
    state: Arc<AppState>,
    params: RecalculateParams,
    backend: Arc<dyn RecalcBackend>,
) -> Result<RecalculateResponse>