pub fn fetch_all_app_template_languages(
client: &WasmerClient,
page_size: Option<i32>,
) -> impl Stream<Item = Result<Vec<TemplateLanguage>, Error>> + '_
Expand description
Fetch all languages from available app templates by paginating through the responses.
Will fetch at most max
templates.