Function geojson::de::deserialize_feature_collection_str_to_vec

source ยท
pub fn deserialize_feature_collection_str_to_vec<'de, T>(
    feature_collection_str: &str,
) -> Result<Vec<T>>
where T: Deserialize<'de>,
Expand description

Build a Vec of structs from a GeoJson &str.

See deserialize_feature_collection for more.