pub type WKTObject = Vec<WKTValue>;
WKT object is a collection of WKT values or even nested WKT objects
pub struct WKTObject { /* private fields */ }