pub type MultiLineString = Vec<Vec<Point>>;
Definition of a MultiLineString
struct MultiLineString { /* private fields */ }