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

List all apps that are accessible by the current user.