pub async fn items<B: Backend>(
__arg0: State<Api<B>>,
__arg1: Path<String>,
items: Query<GetItems>,
) -> Result<GeoJson<ItemCollection>, Error>Expand description
Returns the /collections/{collectionId}/items endpoint from the
ogcapi-features conformance
class