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