Function wait_app

Source
async fn wait_app(
    client: &WasmerClient,
    version: &DeployAppVersion,
    wait: WaitMode,
    make_default: bool,
) -> Result<(DeployApp, DeployAppVersion), DeployError>