pub async fn list_projects_handler(
configuration: &Configuration,
order: OrderBy,
offset: i32,
limit: i32,
) -> Result<Vec<ProjectListing>, Error<ListProjectsHandlerError>>pub async fn list_projects_handler(
configuration: &Configuration,
order: OrderBy,
offset: i32,
limit: i32,
) -> Result<Vec<ProjectListing>, Error<ListProjectsHandlerError>>