pub type VectorMultiLineString<M = Map<String, ValueType>> = Vec<Vec<VectorPoint<M>>>;
Definition of a Vector MultiLineString
pub struct VectorMultiLineString<M = Map<String, ValueType>> { /* private fields */ }