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