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.
pub async fn user_accessible_apps(
client: &WasmerClient,
sort: DeployAppsSortBy,
) -> Result<impl Stream<Item = Result<Vec<DeployApp>, Error>> + '_, Error>
List all apps that are accessible by the current user.