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