pub async fn list_collection_handler(
configuration: &Configuration,
provider: &str,
collection: &str,
offset: i32,
limit: i32,
) -> Result<LayerCollection, Error<ListCollectionHandlerError>>pub async fn list_collection_handler(
configuration: &Configuration,
provider: &str,
collection: &str,
offset: i32,
limit: i32,
) -> Result<LayerCollection, Error<ListCollectionHandlerError>>