pub type VectorLineString = Vec<VectorPoint>;
Expand description
Definition of a Vector LineString
Aliased Typeยง
struct VectorLineString { /* private fields */ }
pub type VectorLineString = Vec<VectorPoint>;
Definition of a Vector LineString
struct VectorLineString { /* private fields */ }