Closed
Description
pub struct GeometryCollection<T>(pub Vec<Geometry<T>>) where T: Float;
In the generated documentation:
pub struct GeometryCollection<T> where T: Float(pub Vec<Geometry<T>>);
pub struct GeometryCollection<T>(pub Vec<Geometry<T>>) where T: Float;
In the generated documentation:
pub struct GeometryCollection<T> where T: Float(pub Vec<Geometry<T>>);