Function geojson::de::deserialize_feature_collection_to_vec

source ยท
pub fn deserialize_feature_collection_to_vec<'de, T>(
    feature_collection_reader: impl Read,
) -> Result<Vec<T>>
where T: Deserialize<'de>,
Expand description

Build a Vec of structs from a GeoJson reader.

See deserialize_feature_collection for more.