pub fn get_deploy_apps_stream(
    client: &WasmerClient,
    vars: GetDeployAppsVars
) -> impl Stream<Item = Result<Vec<DeployApp>, Error>> + '_
Expand description

Retrieve apps as a stream that will automatically paginate.