mpc_client

Function wait_for_driver

Source
pub async fn wait_for_driver<D>(
    stream: &mut EventStream,
    driver: D,
) -> Result<(Transport, D::Output)>
where D: Driver + Into<Transport>,
Expand description

Wait for a driver to complete.