Function wasmer_backend_api::query::user_accessible_apps
source ยท pub async fn user_accessible_apps(
client: &WasmerClient,
sort: DeployAppsSortBy,
) -> Result<impl Stream<Item = Result<Vec<DeployApp>, Error>> + '_, Error>
Expand description
List all apps that are accessible by the current user.