Type Alias VectorMultiLineString

Source
pub type VectorMultiLineString = Vec<VectorLineString>;
Expand description

Definition of a Vector MultiLineString

Aliased Typeยง

struct VectorMultiLineString { /* private fields */ }