Function modify_run

Source
pub fn modify_run<C, Fut, B, E>(
    client: C,
    params: &ModifyRunParams,
    request: &ModifyRunRequest,
) -> ModifyRun<Fut, B, E> 
where C: FnOnce(Request<String>) -> Fut, Fut: Future<Output = Result<Response<B>, E>>, B: Body,
Expand description

Modifies a run.