Function geojson::de::deserialize_features_from_feature_collection
source · pub fn deserialize_features_from_feature_collection(
feature_collection_reader: impl Read,
) -> impl Iterator<Item = Result<Feature>>
Expand description
Deserialize a GeoJSON FeatureCollection into Feature
structs.
If instead you’d like to deserialize your own structs from GeoJSON, see deserialize_feature_collection
.