[In the source](https://github.com/georust/rust-geo/blob/8369162ccc7431c3584d68ae18a5e18387556bae/src/types.rs#L239): ``` rust pub struct GeometryCollection<T>(pub Vec<Geometry<T>>) where T: Float; ``` [In the generated documentation](https://georust.github.io/rust-geo/geo/struct.GeometryCollection.html): ``` rust pub struct GeometryCollection<T> where T: Float(pub Vec<Geometry<T>>); ```